Unable to extract page numbers using FIRST_BOOK_PAGE

Hi
We have to extract page numbers in views.
For this we have
Added FIRST_BOOK_PAGE in key template.
Linked key template to study views
Enabled CRF page tracking
Data entry using DCI book
But we are still not able to extract this variable. View generation fails with following error.
ORA-00904: "RDCM"."FIRST_BOOK_PAGE": invalid identifier
Is there any other step that we have to follow to extract this variable.
Note: FIRST_BOOK_PAGE column is being populated in Received_DCIs table.
Please give you inputs.
Thanks
Navi

I was quicky able to replicate your problem by just doing what I would normally do to add a column to a key template. I am not aware of any other steps.
The default extract macro for FIRST_BOOK_PAGE provides the alias "RDCM". This alias appears in the error message as well. This is an apparent error as this column is not available in rxc.received_dcms. It has to be added either as a custom macro or as a hard code revision to the rdcms_view referenced by each of the defined views for a study. And if it is added "under the sheets", the alias would need to be RDCI or at least something other than RDCM since this is already in use for all of the other stuff coming from received_dcms.
This is the explanation for the error message, ie. even though you've added it to the key template, it is an invalid reference because it is looking at the wrong table.
-JK

Similar Messages

  • How can I add page numbers using Adobe Reader?

    I am trying to add page numbers to my document only using Adobe Reader.  Is that possible?  Or do I need to use Adobe Acrobat?

    The free Reader can do very little more than reading (opening) PDF files. I'd use Acrobat.

  • How do I show page numbers using code?

    I posted this to the Scripting Forum three weeks ago and have had no response.  let's try here....
    I have an application that creates a PDF document in code from a Word document (using the Adobe PDF printer).   it then add a "signature page" using a pre-existing pdf document with signature fields and adds a certifying signature, and then displays the document to the user in an embedded Acrobat 9.1 control so that the user can sign the document.   What i want is that the document displays (and prints) page numbers.    I know how to add them in a Footer using Acrobat, but that is not an option here since the document is already certified when the user sees it so is 'locked' and anyway I would not want to rely on the user to do this.    So what i need to know is how using the COM interface of JavaScript I can set page numbers to be displayed.   I have tried using the javascript setPageLabel but have not made it work.
    I have also tried showing the page number on the signature page template but though it shows on that page it does not apply to the rest of the document and the page numbering is wrong (it always says 1 of 1 even if there are 15 pages before it in the final document).
    I would be grateful for any help,
    thanks,
    Jim

    IF the page numbers must display AND print - then they MUST be part of the page content.  In that case, you want to use the addWatermark JavaScript API.  There is a sample of it.  BUT you will need to add that BEFORE certification.
    If yo8u need to add the page numbers AFTER certification, then look at adding a text field or text annotation.  Again, samples in the SDK.

  • How to get page numbers using cl_gui_alv_grid

    dear all,
    I want to display page nos at every end of .iam using cl_gui_alv_grid.iam didving itab into no of pages,iam using code to display no of pages is
    CLASS LCL_EVENT_RECEIVER DEFINITIOn.
    PUBLIC SECTION.
    HANDLE_END_OF_PAGE
    FOR EVENT PRINT_END_OF_PAGE OF CL_GUI_ALV_GRID.
    PRIVATE SECTION.
    DATA: PAGENUM TYPE I.
    ENDCLASS.
    CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.
    METHOD HANDLE_END_OF_PAGE.
    DATA: TABLENAME(30) TYPE C.
    ADD 1 TO PAGENUM.
    WRITE: /,'Event: PRINT_END_OF_PAGE'(003),
    'Number of pages so far: '(004), PAGENUM.
    ENDMETHOD. "handle_end_of_page
    Endclass.
    and iam wrting in PBO set_table_for_first_display
    CREATE OBJECT EVENT_RECEIVER.
    SET HANDLER EVENT_RECEIVER->HANDLE_END_OF_PAGE FOR GRID1.
    create object grid1.
    exporitng
    i_parent name = 'CONT'.
    GS_PRINT-RESERVELNS = 2.
    CALL METHOD GRID1->SET_TABLE_FOR_FIRST_DISPLAY
    EXPORTING
    I_STRUCTURE_NAME =
    IS_PRINT = GS_PRINT
    IS_LAYOUT = GS_LAYOUT
    CHANGING IT_OUTTAB = it_Tab.
    but this is not triggering when i dispalying output.i think this will trigeer when we will give print output.
    then how to get page nos at buttom of each page .
    thanks in advance
    shiv

    Hi,
    I think you have to define the page size because for each page if you have defined the page size(say N),  at first top of page will be triggered and after the N number of lines the end of page event is defined. Please check this if you have not defined all the page size it assumes all the lines in one page. Please check.
    Thanks.

  • Page numbers using decimals?

    is it possible to have folios in decimals?
    Each page, i.e.
    1
              1.1
              1.2
              1.3
    2
              2.1
              2.2
    Thanks
    lister

    sorry for being pretty thick, but how do you go about doing this? I have a portfolio which has a section title as this:
    1. Creative
         1.1 The title of the first concept
         1.2 The title of the second concept
    2. Identity
         2.1  The title of the first identity
         2.2  The title of the second identity
         2.3  The title of the third identity
    This will also need TOCs applied at the beginning as so each section and section title has a page number.
    I have tried but Im not getting 1 and then 1.1 per section.
    lister

  • Page numbers from MS Word cannot be deleted in pages

    A colleague sent me a MSWord (Mac) document that I opened in pages 09 and started working on it. I need to delete the page numbers that were put in on the MSWord document. I guess they were put in using the automatic page numbering feature in Word. However, In the Pages09 document they are not in the usual footer location. It almost looks like they are part of the page background. They are not selectable and cannot be removed. It I choose to add page numbers using Pages, they numbers appear in the usual footer location—in addition to and not supplanting– the unselectable page numbers brought over from MSWord. Does anybody know a solution to this?

    Loren,
    The persistent content usually is a Master Object. So, you were right to begin with: Format > Advanced > Make Master Objects Selectable. One would think that if this is always the solution, it would be a simple matter to now select the tenacious item and delete it. The problem is that sometimes the object while now selectable is still not accessible.
    This Master Object can hide behind the Header box, as though the Header was a solid glass wall. Deselecting the Header function, in the Document Inspector, will give you access, but it will also irretrievably delete your Header Content. A better way, I have found, is to change the header Margin figure in the Document Margins Pane of the Document Inspector.
    Once you have moved the Header, Footer, or whatever else might be sharing the space, off the persistent page number, you can click on the page number Object and hit Delete. Now you can put back whatever you had to move, and you should be good to go. Consider yourself lucky if your Pages header doesn't fall over the old Word Header.
    Jerry

  • Page numbers from XML output file

    Scenario:
    We have a situation here where we would need to create an XML document and a pdf file produced by an Oracle 11i EBS report. The XML document will need to have the number of pages the report (in pdf) has produced.
    For example, if I have two sales orders in the pdf report. And, the first order has three pages and the second order has five pages, we would need to create an the XML document with:
    <order>1
    <page>3</page>
    </order>
    <order>2
    <page>5</page>
    </order>
    Question:
    Is there a way for us somehow to capture the number of pages for the order (using my example) in the XML template? We want to capture it and use it to populate our XML document.
    Thanks
    Kamalakar.G

    Hello,
    If you know at which xml (data) branch you should break for each page, and your format template is setup to do so, you should be able to predetermine your page numbers using node counting.
    I have used node counting only one or two times myself and (at the moment) can not even find the report(s) I used it with (sorry, just way, way too many reports around here... :-( )
    Anyway, it is pretty straitforward and is documented at:
    http://www.ibm.com/developerworks/library/x-tipnodst.html#1
    A google search on XSL and node revealed many other sites with examples as well.
    (ex. http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_21875961.html )
    Good luck and if I ever find one of the reports I actually used it in...I will post my code.
    Scott

  • How to insert page numbers in document

    How can I insert page numbers using Pages starting with the second page of the document?

    click where you want the numbers > Menu > Insert > Page Numbers
    At the end of the first page:
    Menu > Insert > Section Break
    Click in the 2nd page:
    Inspector > Layout > Section > Start at: 1 > uncheck Use previous headers and footers
    Peter

  • Non-English page numbers/lists

    Hello.
    I have ID CS4. I am working on a doc that needs non-English (Latin) numbers as the page numbers. The doc has about 2,500 pages, and I do not want to do this manually. I have looked all over the place for a solution and have found nothing even romotely close. Anyone have an idea how to do this? Thanks.
    Adam

    Well, when I've needed to do page numbering using Khmer numerals, or Burmese, or Lao, or etc., I have only used workarounds. (One of 'em is actually a workaround I originally learned from Peter that he mentioned, which I will describe in a bit more detail) They're all bad. A script might be a better idea, but I suggest that you submit a feature request, as will I, because I'm hoping for decent international support by CS8 or so.
    1) Use a bad font! You know, like Limon, or some other font that has Khmer numerals mapped onto the Arabic numeral codepoints. That way you can use a page number placeholder on the master page.
    2) Your number-list idea is a good one, but InDesign can't just use your number list. What I did was this:
       a) Make a list of 300 Burmese numbers in raw text
       b) Set up the margins so that the "main text area" was where I wanted my page numbers
       c) Make sure that Layout -> Layout Adjustment is off (this is necessary for step e. below)
       d) Place the number text file, holding down shift so it auto-flows
       e) Change your margins back to your desired settings - the number-containing text boxes should remain where they are
    3) Edit a font to put your preferred numeral system. Ugh. I did this for a client, once, in 2007, and I still feel dirty.
    4) Feature request to Harbs for more numbering options in World Tools - I haven't tried this one yet but I bet it's your only chance to get Khmer numbering before CS8.
    Proof that no. 3 must be doable in one way or another... here's English ID's options in numbering formats:
    and in World Tools (CS4)
    ... so it must be possible. I have found Adobe to be about as responsive as a hunk of marble when asking for properly-implemented multilingual support. Asking Harbs if the numeral options in World Tools can be expanded to include SE Asian script(s) might be your best bet.
    As a side note: I know that it's useless, but I can't stop telling people what number systems are actually called.
    1 2 3 4 5: Arabic numerals
    ١ ٢ ٣ ٤ ٥: Hindi numerals
    I II III IV V: Roman numerals
    sorry, I'll get off my soapbox now.

  • Does Acrobat X Standard Support "Edit Page Numbering Format"

    In Acrobate X Pro, I can edit page numbers using the "Edit Page Numbering Format" feature. This is the icon in the Customize Quick Tools dialog box:
    One of my users wants to know if Acrobat X Standard supports that feature?
    Thanks!

    Hi Joe,
    Yes, the 'Number Pages' option from 'Document Processing' is available in Acrobat X Standard too.  This tool functions the same in both Acrobat X Standard and Professional.
    This page provides a nice overview of the functionality differences between Std. and Pro.: http://www.adobe.com/products/acrobat/matrix.html
    -David

  • Regex expression for extracting whole numbers?

     I would like to ask, how can I modify the code below, so it only returns int values inside the specific string, >100 which is a  whole number. 
    The code below returns the following strings = 2525, 130, 129s, MH350s, from which '2525' is incorrect.
     The value '2525' is extracted from '97.2525', which is a decimal number and should only extract value greater than 100, which is whole integer, not decimal numbers.  Is their a way to
    extract whole numbers using the regex expression.  
    public class Program
    public static void Main()
    // An example collection of your input
    var input = "ASW+90s, N+20s, 97.2525, M45s, 130.5, +129s, 48E. MH350s";
    var re1 = new Regex(@"^(\d+)[sS]$");
    foreach(var match in Regex.Matches(input,@"\w*[1-9]\d{2,}\w*"))
    // Output each match
    Console.WriteLine(match);
    any advice further, would be very much appreciated.  Thank you

    You've already asked this question in the forums and several people provided the RE that you need to do it right.  Your RE is for integers, not fixed point values.
    I replied to your original post and gave you the exact RE that parses the strings like you wanted. If you use that code then you'll get the results you want.  The only piece missing now is that you are breaking up a single string into substrings for
    parsing. To do that use
    String.Split to split the string at the commas. The result is an array of values without the commas.  Using the previous code you end up with this: 
    var inputs = input.Split(',');
    var numbersGreaterThan100 = from i in ExtractNumbers(inputs) where i > 100 select I;
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Acrobat custom page numbers (box around page numbers)

        Hi,
    I need to add page numbers to multiple documents and I need each page number to have a border box around it.  This is for an appendix I am putting together.  Is there an easy way to do this so that all pages are numbered sequentially with an alpha prefix (i.e. A1, A2, etc.) and so that each "A" number has a black box around it.  IF there is a more complicated way using java script or similar could someone be so friendly as to provide the basic script and explain how to apply it in Acrobat.  Then I can adjust attributes of the script unti it looks right.  I am using Acrobat Pro 9.
    Any help that can be offered would be greatly appreciated!!!

    The header/footer command only support text numbers so if you would like to include a graphic then you can use the Background command in conjunction with the Header/Footer command. You can create a background border box in another file that is placed around the page numbers using the Background command.

  • Extract PDF pages with it's actual page numbers...

    Hi scripting gurus,
    We have more than 40 of PDF documents each document contain multiple pages. Using Acrobat Professional 7.0 and 8.0 with MAC platform. We have the script to extract the pages and to suffix running numbers with the document name, please find the script below. For example CH01.pdf document total number of pages is 10, but the actual page number starts with 11. So We have to extract each pages as individual documents and the page number will followed by document name with "_" separation, (Eg: CH01_11.pdf). I have tried so many ways to include the page numbers with the document name but i can't.
    /*Split pdf pages with pNum suffixed*/
    var rename = /.*\/|\.pdf$/ig;
    var startName = this.path.replace(rename,"");
    for (var i = 1, j = 0; j < numPages; i += 1, j += 1) {
    extractPages ({
    nStart : j,
    nEnd : j == numPages - 1 ? j : j + 0,
    cPath : "/Macintosh HD/Users/Beaconpmg/Desktop/ExtractFolder/"+startName+"_"+i+".pdf"
    So please can anyone look into this and help for me.
    Thanks in advance.
    Regards
    Thiyagu

    try67
    First of all, replace numPages with this.numPages
    Also, this doesn't make any sense:
    nEnd : i == numPages - 1
    I have tried what you have said above, but it is not working. Its showing the same error (missing ; before statement)in 4th line of the script.
    Please find the complete code below;
    // see if we need to define a global offset first file
    if(global.fPageOffset == undefined) {
    var global.fPageOffset = 10; // start at 10
    /*Split pdf pages with pNum suffixed*/
    var rename = /.*\/|\.pdf$/ig;
    var startName = this.path.replace(rename,"");
    for (var i = 0; i < this.numPages; i++) { this.extractPages ({ nStart : i, nEnd : i == this.numPages - 1 , cPath : "/Macintosh HD/Users/Beaconpmg/Desktop/ExtractFolder/" + startName + "_" + (i + global.PageOffset) + ".pdf" }); }
    // add finished file's number of pages to global page offest
    global.fPageOffest += this.numPages;
    Regards
    Thiyagu

  • How to get the page numbers in the PrintAdvance Data grid without using Vbox/Vgroup header or footer

    hi
    I want to print the page numbers for the data in Advance Data grid, For printing I am using print advance data grid , but unable to print the page numbers with that.
    actually i tried with Vbox/Vgroup, but when tha data is more because of this it is strucking, and more over imageRenderer in the PrintAdvancedataGrid not printing.
    can any one help in this regard?

    Image Caches hold images you've already loaded so the next time you request them, they can be made available without network latency.  This assume for your DG, that all images you need to print have been loaded by, for example, whatever DG the user was looking at before hitting Print.  This is easy when there are only a few icons used to show status, but won't work if each row has a different image unless you've somehow loaded up all of those images beforehand.
    Spark BitmapImage has an Image cache, but some third party ones are discussed here:
    http://thanksmister.com/2009/01/18/superimage-redux/
    -Alex

  • I have pages, numbers and keynote on my macbook pro, but when i try to use the apps on my new iMac it will not let me save

    I purchased Pages, Numbers and Keynote for my MacBook Pro and iPad last year.  I just purchased a new iMac for my wife and it came with iWorks.  When I try to save a document on the iMac it tells me I must buy an iWorks serial number, but the App Store shows the applications as installed and will not process the request.  How do I correct?

    Did you pay for iWorks to come preinstalled on the iMac? Because it sounds like what you have is a trial version, which is why it is stating that you need to buy a serial number.
    I suggest that you delete the entire trial iWorks suite. Once they are safely in the Trash where the Mac App Store can't see them, you can sign into your account on the MAS and download the MAS versions that you own a license to use.

Maybe you are looking for

  • Pre Fader Metering Query...

    Hello to all, I've been following a couple of threads recently and the topic of Pre Fader Metering has come up in regards to the level of the final stereo Output. I would like a little more clarification on this. My individual track levels often time

  • BDC flat file

    HI gurus,      In my BDC program I'm using 2 structures.The first one is for the session method and the second one for the call transaction method. my doubt is do i need to create 2 flat files for it. if yes then how to create a flat file using these

  • I use an Apple bluetooth keyboard with my iPad. In messages I can't find a way to "send" a message without tapping on Send on the iPad's screen. I've tried every key and key combo that I can think of. Am I missing something?

    I use an Apple bluetooth keyboard with my iPad. In messages I can't find a way to "send" a message without tapping on Send on the iPad's screen. I've tried every key and key combo that I can think of. Am I missing something?

  • Sound, But No Video

    Recently I bought Monster cables and an iPod universal dock so I could watch my iPod on the TV. Unfortunatley, like the title says I can't see the picture. I put my TV on SVIDEO1 and make sure the TV OUT is on on my iPod, including NTSC. I am pretty

  • ESS 50.4

    We are just implementing ESS 50.4 with external ITS. In the Portal (6.0) the screens have different fonts for the titles of the rows and columns as well as the data within the dropdown boxes. Is this a function of the Portal Theme, an ITS CSS file, o