Having 2 different documents in one report, different pages per document

Hi,
I'm doing an invoice report that has 2 sections head and detail.
Both header and detail may have more than one page, but between both sections page counts must be restarted.
I'm using Oracle Reports 6i (no sections available)
Basically, the objective is to have 2 independent documents in one report.
I’m using 2 repeating frames one for the Header and one for the Detail, having a page break between both frames.
So my goal is to reset page number counter at each page break.
Something like this:
Header pag. 1 of 2
Header pag. 2 of 2
-------- pag. Break --------
Detail pag. 1 of 3
Detail pag. 2 of 3
Detail pag. 3 of 3
-------- pag. Break --------
Header pag. 1 of 1
-------- pag. Break --------
Detail pag. 1 of 2
Detail pag. 2 of 2
Thank’s for the help,
Anselmo Rodrigues

I'm sorry but i don't have any reports at hand, so i'm guessing "from the blind":
If you cannot use a plcaholder-column in the between-pages-trigger, you could try the following:
Create a Package-Sepc in the program-units-section.
Create a variable in there with datatype-number and initil value 0
Try to increase this variable in the between-pages-report.
As i said, i'm not able to test it at the moment, but give it a try.

Similar Messages

  • Pages '08 says "You need a newer version of Pages to open this document." when opening a Pages '08 Document

    Created a document 3 years ago with Pages '08.  Got a new Mac last summer, migrated my user account, reinstalled Pages '08.  Upgraded to Mavericks recently.
    Now when trying to open the document I get the message "You need a newer version of Pages to open this document." 
    Note that I have read a number of the messages here that are similar.  To be clear there is only one Pages (Pages '08) on this system.  Its in the iWork folder.
    Is it the case that this document and all the other Pages '08 documents on my system are lost forever? 
    BTW I have looked at the new version of Pages.  Its just plain awful from UX to quality.  What has gone wrong at Apple and specifically in the iWork group in the past few years???
    Thanks for any help!
    K
    And in trying to post this I got the "You are not allowed to create or update this content"  Changed the Community from what was automatically selected and seems to work now.  Whats with Apple Engineering and QA these days??? 

    I've never had Pages 5 on my system.  Just to confirm I copied the file to a USBDrive and gave it to a friend to try out.  He has Pages 5 on a new MBP with latest Mavericks.  When he tried to open it he got the following message:
    "You document will open in the new Pages for Mac.  If you save it or edit it, you'll need the latest Pages on iOS7 to open it on an iOS device."
    But it did open on his system.  He closed it, no save, and reopened but did not get the above message again.
    We concluded that the file is actually a Pages '08 file because of the above message.
    However we also suspect that when this file was simply opened in Pages 5.2.2 on his system it got flagged and possibly converted which is actually quite offensive!
    Thoughts/Advice?

  • Different filters in one report

    Is there a way to use different filters in one Answers query?
    For example, I want to place two tables onto Compound layout view. The first table is prepared using one filter, and the second - using another filter.
    PS. I know that I can use two different queries with different filters and then put them to a dashboard. But it's not what I want - I want to put two different tables onto the Compound Layout view.

    The answer your question correctly: no, you can not have multiple filters in one answer request. You can only have one table view in an Answers request. The table view represents the logical SQL of the request, which can only have one filter.
    But there are some workarounds:
    1) you can use the FILTER function to create a column filter.
    2) you can have multiple pivot table views in one Answers request, to get different tables
    Based on 1 single table view, you can have multiple pivot tables which contain different column filtered columns.
    This means that you can have multiple (pivot) tables in one request which hold different data.

  • Move document from one environment to another when document is approved

    Hi,
    I need to move document from extranet environment(abc domain) document library to intranet environment(xyz domain) document library when document approved.
    Can anybody suggest me how we can proceed?
    Thanks,
    Raju

    Are you writing a custom workflow or you are using out of the box approval workflow?
    Regardless the best option for you is to use two step approach. 
    1) When document is approved using Copy.CopyIntoItems Method to copy document to your extranet farm. You will have to rely on web services given you are communicating between two farms.
    Copies a document represented by a Byte array to one or more locations on a
    server.
    2) Once the document is copied then your List.asmx to delete from original location.
    How to: Update List Items
    If you are using out of the box approval workflow then best way to automate this is using event receivers. If this is custom workflow then write your code in the workflow using code activity.
    Amit

  • BLOBs from different tables on one report

    Hi,
    I think the declarative BLOB support enhancement in 3.1 is really great. I am running into a problem with a report that joins two tables that both have BLOB columns. I have a Letters table and a Response table. The Response table has a FK linkage to the Letters table with the Letters table being the referenced table. I have a report that joins the Letters & Response tables and provides download links for the BLOBs in both tables. However on the report, only one of the link works at a given point in time. Both the links work fine in isolation (if the other link is commented out in the query).
    I am using the APEX_UTIL.GET_BLOB_FILE_SRC function to download the files. Has anyone tried using this function to download files from two different tables in a single report?
    TIA,
    Ramesh

    Ramesh,
    Is this application on apex.oracle.com by any chance? I just went to test there and am having all sorts of trouble with declarative display of BLOBs in a report but on our dev box, two works fine (except that the link for both is the default rather than what I selected).
    -- Sharon

  • Data from different systems in one report in Visual Composer

    Hi,
    I want to create a dashboard report in visual composer where in I have a set of 10 tables data to be displayed in one page out of 10 queries I am getting the data for 5 of the reports from Bi system and for other reports we get it from CRM system .Can I place data coming from 2 different reports in one view.If so how is that possible.
    What are the advantages we have in Visual composer apart from WAD .
    Regards,
    Maya

    Hi,
    Two different reports can be placed in one iview, but as far as i know it is not possible to combine two reports data into single table.
    regards,
    Pruthvi R

  • How to report on 2 different dates in one report?

    Hello,
    I need to have Date in a sales report represent both Actual Goods Issue Date and Planned Goods Issue Date depending on the  sales order status (i.e. shipped or still in process).
    The report format is like:
    Date--Sales--
    Orders
    Jan 1                                    $0                         $100
    Jan 2                                    $50                       $150
    Jan 3                                    $100                     $300
    Sales is defined as shipped items. Orders are just all incoming sales orders.
    I need Date for Sales to be Actual GI date, and for Orders to be Planned GI date.
    In a customized DSO we have both these dates available, and currently, Calendar Day, Calendar Week are pointing to Planned GI date.
    Thanks.

    For those who might come across this note, the design issue was solved by incorporating Rule Groups.
    Problem:
    Need to have 2 different Date references for 0calday, based on the key figures. For example for Sales key figure date it would reference to Actual GI Date. But, for Intake key figure I needed the date reference to be Planned GI date.
    Solution-- applied to the transfer rules of the desired cube:
    1. In the starndard rule group delete the transfer rule for the appropriate key figures. in this case (sales key figure)
    2. In the same rule group map all time characteristics from the cube to Planned GI date from DSO
    3. Create a new rule group in the transfer rule between the DSO and the Info Cube
    4. In the new rule group, create a new rule for the appropriate key figure i.e. sales
    5. In the new rule group, Map the date/week/month/fiscal period to Actual GI date
    6. save/activate
    This solution eliminates the need for changing the data model, which makes everything almost transparent to the report users.
    Hope this helps someone.
    Edited by: Babak Shafiei on Dec 12, 2008 5:23 PM
    Edited by: Babak Shafiei on Dec 12, 2008 5:24 PM

  • Hp smart web printing: font is different from the one on internet page and hardly readable

    there is no space between etters in the printout which makes the text hard to read.
    How can I overcome this problem?
    System: XP
    Printer: HP laserjet  P2055d
    Internet Explorer 8

    In IE8 on the lowest toolbar, to the right hand side is a "tools" pull down. Click on it, then select "Explorer Bars", you should see one called "HP Smart Web Printing". If you do and it does not have a check by it, simply click on that option. An SWP toolbar should appear. If you do not have thswp line I would suspect an installation problem.

  • Two different languages in one report

    Hi All ,
    I have a requirement , where i need to show content in Invoice in two language English and Arabic simulataneously.Its not like one invoice in English and other in Arabic.I am fine with numbers being shown in English.
    e.g :
    Name of the Comapny : Acme
    (Name of the company in Arabic) : (Acme in Arabic)
    Can this be done in BI Publisher and if yes then how.
    Thanks in Adavance!!

    use datatemplate
    see the sample here
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12187/T421739T434255.htm#3547893

  • Can you merge two pages documents into one in new pages?

    I have a report and a few separate documents which I'd like to merge into one document. I've read that you can do this from thumbnails and copy the thumbnail but I just can't seem to do that either with right click or cmd C. (and the advice seemed to be pre the new pages)  I want to merge them without making them into PDFs (still want them editable).
    I have all the latest updates and system.

    My solution won't work without Pages '09. It is no longer available from Apple, though for about $20 USD one can get it from Amazon, and once installed in Yosemite, it must be updated from an Apple iWork 9.3 updater.
    If you had previously purchased Pages '09 from the OS X App Store, and it resides on an older Mac with OS X Lion or Mountain Lion, you should use the App Store to update it to v4.3. On those machines, the App Store will tell you that newer, incompatible Pages versions exist, and then it will offer to update your Pages '09 to the latest (4.3) version. Once this is done, you can simply copy that /Applications/Pages.app to a USB stick, create a new /Applications/iWork '09 folder on Yosemite, and transfer the Pages.app into that folder. If your Pages '09 was purchased on DVD, you will not be able to transfer it — and must be a new install on Yosemite, followed by the linked updater above. Takes all the joy out of working on a Mac.
    There is no assurance that Pages '09 will continue to work properly after forthcoming OS X updates. The ability to export via the Share menu and automatically open Apple Mail with the export as attachment feature is now broken.
    Pages v5.5.2, which is now available in the OS X App Store Updates — still does not support the solution you would like.

  • C6180 All In One Printer only prints 1 page per document after Windows 7 64 bit upgrade

    I loaded the software for my Photosmart C6180 all-in-one printer as part of a computer upgrade from Windows XP to Windows 7. My printer is networked and everyone else in the house can print to this printer with no problem. However, whenever I try to print a document I only am able to print the last page of a multiple page document. I have uninstalled and reinstalled the driver/software package  multiple times to no avail.
    Any suggestions? Thank you.

    This document may offer some help:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c02002372&lc=en&product=1153494&tmp...
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • One report contain two orientation sections

    Hi all,
    Is it possible to have different orientations on one report? My client hopes a letter would be printed at the beginning which is followied by data output in landscape orientation.
    Thank you very much,
    Clara

    Hi Clara,
    We cant do anything for this from Report Designer, it it is not CR 2008 version.
    So better you can go with .net Coding. I am sure it can possible trough code.
    Ttry to take out the page number, based on that Condition set orientation like this,(in C#.net)
    RptDocument.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape //RptDocument is report object
    See this link, this something related to your issue.
    Re: How to set the page size and the margins programatically
    From  that link You will get  a Doument file attacked by  Ludek.
    And i beleive You will get better responds ,once you post this thread in '.NET Development-Crystal Reports' forum
    (2008 is 12th version.)
    Regards,
    Salah.

  • Simultaneous Access to one report

    Hello Everybody,
    How many simultaneous access of different DB can one report have?
    For example,how many users can access the same report at the same time?
    the edition of CR is 2008.

    Not much info to go on so I am assuming you Everyone has a local copy of Crystal Reports Designer installed and the reports are all stored on a local Server.
    There should not be a lock on the report, Each designer should open the report as a Temp copy, but they won't be able to save the report back to the shared folder.
    As for DB connections, each user has his own connection to the server. DB Client and DSN or how ever you are connecting must be installed on each users PC. If you are using more than one Data Source then use a subreport for each database server.
    Thank you
    Don

  • 824pp document to pdf as single pages

    Hello
    I am after some help if possible. We are producing a catalogue that is 824 pages in length. We do not have 1 document with 824 pages, we have split it into smaller sizes. However, we are using on online proofing system and have been asked if we can upload our high res pdf's as single page documents. This will help speed up the proofing and will make ftp transfer of the files a lot easier. Is there a way to take a multi page document and export it as a high res pdf to PDFX1A standard as single pages. For example, if one section is 32 pages we need to export it as 32 separate pdf's.
    Thanks in anticipation
    Gary

    Here's something I've posted this AS before and it works for me in CS2. Put the document you wish to make single pages of in its own folder, open the document then run the attached script. PDF files will be placed in folder that the document's in. Good luck. I can't claim ownership for this script. I picked it up from another forum or thread.
    tell application "Adobe InDesign CS2"
    set allPresets to name of every PDF export preset
    set thePreset to choose from list allPresets
    if thePreset = false then
    beep
    error number -128
    else
    set the thePreset to item 1 of thePreset
    end if
    try
    set thepath to (full name of document 1) as string
    on error
    set theDesk to path to desktop as string
    set thepath to theDesk & (name of document 1) as string
    end try
    if thepath ends with ".indd" then
    set thepath to text 1 thru -6 of thepath
    end if
    set pageCount to pages per document of document preferences of document 1
    repeat with i from 1 to pageCount
    set page range of PDF export preferences to i as string
    export document 1 to file (thepath & "-" & i & ".pdf") format PDF type using PDF export preset thePreset without showing options
    end repeat
    beep
    display dialog "Finshed." buttons {"OK"} default button 1
    end tell

  • AIM Document for Discoverer Reports

    Hi All,
    I want to know if there are any Oracle's standard (AIM) documents for Discoverer Reports, similar to MD Documents for Oracle Reports?
    Can you send me any such document? Or where can I find them?
    You can send me on "[email protected]" if you have any.
    Thanks!
    Yogini

    Hi Pradeep,
    Thanks a lot for your reply. I have the table names but I need to create a functional specification document for reports like:
    1. RG23A Part 2
    2. RG23C Part 2
    3. ER1
    4. RG1
    5. PLA
    For all these reports we had already suggested the option for dowload to excel but client wants the reports to be created. Can I get some sample functional spec. for some of the above mentioned reports.
    Regards,
    Sriram

Maybe you are looking for

  • Block  invoices from open item clearing F-32

    Dear folks, We have a requirement where blocked customer invoices (blocked for payment), should not be: 1) available for posting payments in F-28. 2) available for open item clearing down payments in F-32. The first one is achievable through "Release

  • System (AGE3) 'Customer Aging Report' does not print BP Ref. No.

    Hi Experts! I have a question about the PLD for the Customer Aging Report (AGE3 = Collection Report). This system print layout does not print the BP Ref. No. in that field. And when I went into the PLD, that field (and the other repetitive fields) ar

  • How to set password for X509Anchors keychain

    I'm trying to add a certificate, but the X509Anchors keychain is demanding a password. I've never set one - it must be some standard thing; anyone know what it is? If not, I'm thinking I'd just change it to something I know. I hear that you have to b

  • Flash Builder 4.7 x64 not launching in Windows 8

    I have reinstalled FB many times on my machine and on each installation after a while Flash Builder stops opening. I keep my task manager open to see what's going on but the process doesn't seem to start, or if it does, it closes immediatly. Where ca

  • Pdf viewer component!

    Hi, is there any component or calsses to view PDF inside a java program!!!!!!!! If nobody know it, is there any page to download some toher components?