How to generate row numbering over several pages in PAGES??

How can I generate row numbering over several pages in PAGES??
e.g. Page1 1-35
Page2 36-...

Hi Labrat,
My suggestion would be to create a Template in the Page Layout mode. This template would have a 1-column Table to present the line numbers and a Text Box for the Body Text. If you want the Line Numbers to stay in alignment with the Body Text, set the spacing for both to Exactly. Set the Table Cell Borders to None. The faint cell borders that you see in the following example are there because I am in View Layout mode. They will not show when printed.
For my example I have used Format > Advanced > Capture Pages to create a Pull-down +Page option for a Numbered Line Page. You can Capture as many versions of your numbered pages as you like to avoid having to modify the Line Numbers on successive pages.
Here's my example:
Regards,
Jerry
Message was edited by: Jerrold Green1

Similar Messages

  • How to generate Serial numbers using JAVA SCRIPT

    how to generate serial numbers(incrementing by 1) using JAVA SCRIPT
    thanking you,
    pola pradeep

    i am afraid that whether ur looking for this. bcoz its a simple for loop
    <script language="JavaScript">
    //count = limit value for u
    for(i=0;i<count;++i){
         alert(i);
    </script>
    or if ur looking for something else, pls mention ur requrment precisely
    aleena

  • How to generate random numbers from 1 to 5

    How to generate random numbers from 1 to 5   
    -1110340081
    Solved!
    Go to Solution.

    (You should not mark a post as solution unless it actually contains a solution to the original problem)
    Do you want to share your code? Did you test to make sure that all numbers equally probable?
    LabVIEW Champion . Do more with less code and in less time .

  • How do I set numbered lists for headings in Pages 5.2, and keep that system of numbered lists saved?

    I have tried to set numbered lists for headings in Pages 5.2 but have not succeeded. I have read similar questions concerning this but this has not helped me...
    When I say numbered lists I mean something extremely important and simple, for instance:
    1. Introduction
    1.1. Background
    1.2. Purpose and Questions
    2. The Legality of Clause X
    2.1. Legality under Article 101.1
    2.2. Legality under Article 101.3
    And so on...
    Heading 1. is selected as "Heading", 1.1 is selected as "Heading 2", and if I had 1.1.1 it would be selected as "Heading 3" and so on...
    I have navigated my way to the Format window, and under the tab "Style" and down to "Bullets & Lists". I have here selected the following: Numbered, Numbers, 1. 2. 3. 4., Tiered Numbers, Continue from previous.
    There are several problems with this currently.
    First, based on the example it becomes "2. Background" when it should be "1.1 Background" instead.
    Second, after writing some body text between the headings and then select a new heading, all the previously selected settings I mentioned above in "Bullets & Lists" have to be reselected.
    So, how do I set numbered lists for headings, or so called sub-headings, in Pages 5.2? And how do I keep that selected system of numbered lists saved so I don't have to retype it for every new heading I type? (e.g. so that Pages knows that every time I choose Heading 2, I want it to number the heading in the way selected)
    Obviously, manually writing the numbers for every heading is not a viable option, as it makes table of contents problematic and is simply tedious. You need an automatic way of doing it, especially if you write long documents where keeping headings in order is absolutely essential.
    Also, reverting back to previous Pages versions (like v. 9 I think?) is not an option as that does not exist on my recently purchased Macbook Pro.
    I need to be able to do this on Pages 5.2 and do it automatically.
    I appreciate any help with this.

    iWork '09 is not "outdated" it still works and works extremely well and whilst not perfect with MsWord it is far far better than Pages 5.2 which has a stream of major issues with exporting. It is also way better and faster to use than Microsoft Office.
    So what is your time and work actually worth? If it is less than $19.99 for 6 months, you may as well just chuck it in and take that job on minimum wages.
    You are assuming things for Office 2014 with absolutely no inside knowledge. Much as we assumed Pages 5 was going to be the long awaited improvement, but ended up being a downgrade to match the iOS version, Microsoft is headed the same way with their mobile versions.
    This is not like getting the "latest" pair of pants where you go with the crowd and throw out your cigarette legs which replaced the flares, which replaced your low cuts which replaced your cigarette legs, which replaced…
    This is work.
    If it does the job and does it well, use it. There is nothing out there to really match what Pages '09 does. Yet.
    LibreOffice can do most but not all, but has a UI that only a mother could love. It's great redemption is that it uses both open formats and the standard Microsoft formats and is under active development. It also opens and saves to just about everything. When they finally work out the Pages formats, I'm sure they will open those as well.
    I use a lot of professional software. Just because the publisher's marketing department says change the product so we can sell more, doesn't mean you have to pay any attention whatsoever. Adobe being a classical example. Most designers are just ignoring their latest subscription based bloatware and getting on with their work.
    Peter

  • How to generate unique numbers

    hi all,
    I want to generate unique numbers always starting from 1 using a single sql query and I dont want to use a sequence and i dont think rownum will be helpful for generating unique numbers in all cases . how to do this ?
    thanks & regards,
    kumar.

    If two users get the MAX from temp, they would be updating with the same value for two different rows.If TEMP is a genuine temporary table, this is not an issue, because the data in a temporary table is only visible within a session.
    The big problem with this approach is the mutating table one: we cannot issue the requisite select statement from a BEFORE INSERT trigger. So this solution is only going to work with a view and an INSTEAD OF INSERT trigger.
    Another, more workable, solution is to use a code control table. This can be (should be) another temporary table, with one row holding one column - next value for TEMP.ID. Normally we would rule out such a solution because it serializes access to the inserted table, but as this is only on a per session basis, it doesn't matter.
    CREATE OR REPLACE TRIGGER tmp_bir BEFORE INSERT ON temp1 FOR EACH ROW
    DECLARE
      ln NUMBER;
    BEGIN
      SELECT nvl(code1.next_id,1) INTO ln
      FROM code1;
      :NEW.id := ln;
      UPDATE code1
      SET    next_id := ln+1;
    END;Beware: coded freehand, so may need debugging.
    Cheers, APC

  • How to Generate a Java file for a JSP Page

    Hi ,
    I am using weblogic11 .
    I am working on a JSP page which nearly consists of 4000 lines of code.
    I need to debug the file , but weblogic server is not generating the java file for the JSP pages .
    Please let me know how can i genertae Java file for the jsp pages ??

    JSPs are compiled into servlets automatically and those classes are stored in WEB-INF/classes folder. Servlet engine handles servlets.

  • How To Get Row numbers in matrix report

    Hi All
    i created an matrix dril down report
    in which i have to get row numbers 
    my requirement is something like
    state          City                           RowNumber                 
    Apr                          May                  
    Jun                Jul        Aug
    AP +            Vij                                 
     1                               300000                
    5666
                      Guntur                            
     2                                70000                    
    8888
                      Hyd                                  
    3                                 0000                    
    555
    MP+               RJA                              
    4                               7770                           
    0
    KL+             Kollam                            
    5                              80000                           
    555
                       Trv                                   6                             
    50000                       666
    SP+              Trj                                  
    7                               666                         
    666
    JP+               mka                                
    8                             6667                           
    66668
    RP+              Rja                                  
    9                               899
    like that above i have to get
    i used                  RowNumber(Nothing)                And Also RowNumber("Group")
    iam not getting like above   iam getting either randomly   or sum of all months
    means for each month it is taking 1
    so total iam getting 12,24,36,48..................like that
    but i want the above requirement
    so any one suggest how get that in matrix report..........

    Hi Mr.SMK,
    Per my understanding you want to get the row number based on the row group of "City", right?
    I have tested on my local environment and you can using the expression below to do this:
    Right click the city column and select the "Insert Column" and select the "Inside group-right"
    Add below expression to get the row number:
    =RunningValue(CountDistinct("DataSetName"),Count,"DataSetName")
    Preview result like below:
    If you still have any problem, please try to provide some sample data and more details information.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How to generate random numbers that doesnt contain characters?

    How do we generate random numbers in ESB ROuting Service/ XSL transformation that does not contain characters. I have been using "orcl:generate-guid()" , but it contains some characters, so, I substring it to get only numbers. I dont want to take this risk and in future, my substring itself may contain characters.
    Has anybdy tried this before?
    Thanks,

    If the goal is to have a pseudo random number then consider using the translate function to replace the occurances of the A - E characters with another digit. For example:
    translate(orcl:generate-guid(),'0123456789ABCDEF','0123456789123456')
    This will produce a 1 for A, 2 for B, etc. While not a valid hex to decimal conversion of the GUID value, it does get around the hex issue and might be sufficient for your purposes.
    I would perform a large sample test to see just how unique the values end up being.
    As for why hex is used, well GUID's are most commonly written in text as a sequence of hexadecimal digits such as: 3F2504E0-4F89-11D3-9A0C-0305E82C3301. i.e. 128 bits represented in 32 characters formatted into 5 sections.
    Hope this helps,
    Peter

  • How to generate random numbers in a range using random class?

    I know how to use Math.random for this, but how would I generate random numbers using the random class?
    Say I want a number between 40 and 50, inclusive--how would I do this?
    What i have in mind is:
    int randomNumber = random.nextInt(max) + min;
    where max is 50 and min is 40. Is this correct?

    Fredddir_Java wrote:
    I know how to use Math.random for this, but how would I generate random numbers using the random class?
    Say I want a number between 40 and 50, inclusive--how would I do this?
    What i have in mind is:
    int randomNumber = random.nextInt(max) + min;
    where max is 50 and min is 40. Is this correct?What happened when you generated a couple hundred numbers that way? Did you get all the ints in the range you wanted?

  • How to generate random numbers in a range?

    Hello. i am having trouble finding out how to generate a random number in a certain range. For example i have an array of 100 elements and i want to access one of the elements between 50 and 60, however i cannot find how to generate a random number between these two values.
    Thanks in advance

    java.util.Random.nextInt(int)
    Note that you can get a number between 0 and (max -
    min), exclusive. Then add min, and you've got your
    number.Obviously you didn't read this. It says to get a number between 0 and (max - min) which is actually what you did. But after that you need to add min. The first step would get a number in between 0 and 5. When you add 20 you'd get a number between 0+20=20 and 5+20=25.

  • How to float a picture over several pages....?

    I am brand new to Adobe InDesign but I am using it to create a newsletter.  I have a jpeg that I was hoping to use as a subtle background for my whole newsletter which will end up being 4 or 5 (non-facing) pages.  So far I have not seen a way to do this.  It looks really easy to do with a text box where I see a "+" sign at the bottom of the page that I can simply click on and continue the text on the next page.  I'm hoping there is something as simple as this to extend a graphic file from one page to the next.....please help!
    Also, When I am done I will need to copy and paste this into an email so I am curious how I should go about exporting my file once it is complete.  Thank you for your help!!

    I get the sense that you want different portions of a very large image to be on different pages. If that's the case, putting it on the master page will not work. Images on the master page will appear identically on all pages to which that master is applied.
    To have a different part of the image on each page, the easiest method is to place the image across pages making up a spread. You can assemble non-facing pages into what "looks like" a spread on your screen by opeing the Pages panel flyout menu and unchecking Allow Document Pages to Shuffle (this will keep all pages from shuffling, or you can select individual pages and uncheck Allow Selected Spreads to Shuffle). Once shuffling is turned off, you can drag the page thumbnails in the panel and stick up to ten pages together horizontally edge to edge.
    Regardless of how pages are arranged in the panel, they remain individual pages until output, and will only be combined at that point if you export to interactive PDF or specify "Spreads" in the PDF (Print) or Print dialogs. There is a script floating around the forum that will toggle OFF spreads for export to PDF(Interactive) as there is no option in the interface to do that.
    The second part of your question is more difficult. There is no way to copy from InDesign and paste into an email and get anything that resembles the ID layout. You can export to HTML from ID, but that is essentially raw code that will require further processing to create a finished layout in HTML. You could export to PDF and add that to an email as an attachment, or put it on a server and include a link in the email, but if you want to have the newsletter itself be the layout, ID is NOT the program to use for building it. An easier solution would be something like MailChimp or ConstantContact.

  • How to generate catlog numbers for a material

    hi,
         how can we generate catlog number for a material ?
    my company runs on the catalog numbers .
    thanks
    mmn

    Hi
    IS your company running on IS-Retail?
    Regards
    Ramakrishna

  • How to generat code numbers automatically?

    Dear members,
    i have 3 tables with code no which are primary key and char datatype.
    the first code number is 2 characters,
    then the 2nd code number is 5 characters
    then 3rd code number is 9 characters.
    the first table's code numbers are manually defined. 10, 20, 30 and so on.
    but the requirement is to generate the 2nd table's code number automatically by fixing the 1st tables 2 characters on the left and then 10001, 10002, 10003, 10004 and so on.
    and like this the 3rd table's code number to be generated by fixing the first 5 characters on the left from the 2nd table and the 4 characters on the right 100010001, 100010002, 100010003, 100010004 and so on.
    for example:
    FIRST TABLE 2ND TABLE 3RD TABLE
    10 10001 100010001
    10002 100020001
    20 20001 200010001
    20002 200020001
    30 30001 300010001
    30002 300020001
    How can do this job?
    i issue the following query.
    declare
    v_2nd_code_no char(5);
    begin
    select max(2nd_code)+1 into v_2nd_code_no from 2nd_table;
    select first_code_no||v_2nd_code_no into :blk.item from dual;
    end;
    it give the following error.
    ORA-06502: PL/SQL: numeric or value error string
    now how can i do this job.
    thanks in advance.
    Muhammad Nadeem
    [email protected]

    Muhammed,
    I think you should reconsider your design. Duplicating data into other columns will give you update headaches, uses extra storage, and fool the optimizer, and maybe others will point out more disadvantages.
    In my opinion your table should look like this:
    code1 number(2,0)
    code2 number(3,0)
    code3 number(4,0)
    Please note that they are numbers! Using numbers for numbers is the right way for not fooling the optimizer. Before executing a query, Oracle determines the access path to retrieve all information, based on statistical information on all the tables,columns and indexes involved. If you issue a query with a predicate like:
    code3 between '100019999' and '100020000'the optimizer will think there are numerous strings between the two "numbers" and will maybe head towards a full table scan, or at least think there are thousands of values between the two.
    Now, if in your application you want to get a nicely displayed number with leading zeros and all, you just use:
    rpad(to_char(code1),2,'0') || rpad(to_char(code2),3,'0') || rpad(to_char(code3),4,'0')Regards,
    Rob.

  • How to generate rows in SQLPLUS ?

    Hi,
    Suppose, I have data like this in Oracle 9.2
    200, 74001, 74010, 1, 3, 4
    I want output like this
    200,74001,1
    200,74001,3
    200,74001,4
    200,74002,1
    200,74002,3
    200,74002,4
    200,74010,1
    200,74010,3,
    200,74010,4
    How can I generate these rows in SQLPLUS ? Can it be possible using connect by ?
    thanks & regards
    parag

    And a version which don't supresses the »74010« row (but assumes 10g):
    SQL>  with t as
      select 200 col1, 74001 col2, 74010 col3, 1 col4, 3 col5, 4 col6 from dual
    select * from xmltable('for $i in ROWSET/ROW for $j in xs:integer($i/COL2/text()) to xs:integer($i/COL3/text())
                                return for $k in 1 to 3
                                        return <r><i>{$i/COL1/text()}</i><j>{$j}</j><k>{$i/*[$k+3]/text()}</k></r>'
                             passing xmltype(cursor(select * from t))
                             columns col1 integer path 'i',
                                     col2 integer path 'j',
                                     col3 integer path 'k')
          COL1       COL2       COL3
           200      74001          1
           200      74001          3
           200      74001          4
           200      74002          1
           200      74002          3
           200      74002          4
           200      74003          1
           200      74003          3
           200      74003          4
           200      74004          1
           200      74004          3
           200      74004          4
           200      74005          1
           200      74005          3
           200      74005          4
           200      74006          1
           200      74006          3
           200      74006          4
           200      74007          1
           200      74007          3
           200      74007          4
           200      74008          1
           200      74008          3
           200      74008          4
           200      74009          1
           200      74009          3
           200      74009          4
           200      74010          1
           200      74010          3
           200      74010          4
    30 rows selected.

  • How to generate random numbers with a known distribution of f(X)=(8X^2 + 1)*Exp( -X^2 )

    Dear All,
    I need to simulate a random number generator which can generate numbers X with the probability distribution of 
     f (X) = ( 8X^2 + 1)*Exp ( -X^2 ).
    This distribution is not a common distribution.
    I have searched a lot, but I still do not know how to realize it.
    Any help on this topic would be highly appreciated.

    Make a lookup table of the integral of your function (normalized to 1)
    Use the rectangle random generator and pipe that value through the lookup table, scale it ... voila.
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

Maybe you are looking for

  • Variable Substitution in Receiver File Channel

    Hi All, Could you kindly help me with this? Mine is File to File Scenario. ECC drops a XML file in AL11 directory and i send that file using FTP to a third party system. There is no mapping involved and i use ICO. I need to get a value from the paylo

  • OSX will not boot up

    I updated Safari from a prompt and clicked 'restart', as usual after updates. My iMac now only shows the blue screen with 'Starting Mac OS X', and this goes on forever - like an endless loop. I switched to a Windows computer to try the Internet for s

  • Squeezed Image in QuickTime from FCP

    Although I've come close to finding my specific issue when perusing the discussions, I haven't had much success. I shot in 16:9 on the XL2. I changed all my settings in FCP before logging and capturing to accommodate this. It looks fine in FCP, inclu

  • Is there anyone  having a problem connecting to people on FaceTime all of a sudden

    I have been using FaceTime on a regular basis and all of a sudden I can not connect to anyone. If people try to FaceTime me I accept and it cuts out. Does anyone know how to resolve this issue? Thank you in advance.

  • Old Skype Number that I do not want keeps getting ...

    I had a skype number that expired almost a year ago, but I keep getting autobilled for it.  Fortunately I did not have sufficient funds in my pay pal account.  How do I deactivate this?  I want to get a new number - but not until I can resolve this.