Clubbing multiple reports to one output

Hi,
Is it possible to club multiple reports output to single output?
Thanks

Hi,
Thanks for your reply.
What I mean clubbing multiple reports is that, all these reports are independent reports.
When the user likes to view, he views individual report. When he likes to generate in PDF format for e-mailing or storing, he selects multiple reports and run the report. So that, all the selected reports output should go to one PDF (not to individual PDF).
At one place, we did it through by generating a postscript of each individual report output and clubbed into one PDF. But, it doesn’t suits to our current requirement.
Is it possible? Is anybody tried doing it? Please share your ideas and comments.
We use Report Builder 6.0.8.8.3 under Windows 2000 environment.
The whole issue is, after we upgrade our Windows NT to W2K, most of the time, when we invoke reports from Forms, it hangs. Is anybody faced this problem? Any solutions?
Thanks

Similar Messages

  • Multiple Reports inside one Single Report

    Post Author: maximus85
    CA Forum: Crystal Reports
    Hi....I'm having this problem of having multiple reports inside one single report. Basically what i wanted to built is a Dashboard that contains 4 main subjects:i)Sales   -    Contains graph that can be drill down for further detailsii)Internal Process   -  Contains tables that can be drill downiii)Profit/Lossiv)HRAs far as i know, since all four are of different fact table data, they cannot be all thrown inside one single report to be built on. So i came out with using subreports instead for each components and then finally putting them all together as subreport inside the main report(Dashboard).However, i just realized that by doing that, whenever i clicked on the reports that i wanted to drill down with, it will prompt that particular report that i clicked into a new page, and then from there only i can perform drill down.Is there anyway to enable me to straight away drill down the Sales and Internal Process reports from the main reports(Dashboard) instead of having to click twice as that will be unnecessary right?Or mayb if there's another better ways to do what I have to do? Please do advise and suggest......Thanks alot.......

    hi chack,
    doesnt matter or preferrably both, as long as i can export all the reports in 1 page into 1 excel, or 1 pdf.

  • Download multiple reports in one hit

    I am just wondering if there anyway to have apex to download multiple reports with one button?
    The normal way I deal with reports is create the query within shared components, and then create a button on a page that links to the print URL of the report. What I am wondering if there is anyway to have a button that will download all reports in one go?
    Thanks for help in advance,
    Trent

    Trent,
    Let's say you have two Report Queries, Employee and Department then if you want them to download with single button click
    Set button target as URL
    In URL section
    javascript:download_reports();In page HTML Header
    <script type="text/javascript">
    function download_reports()
    window.open('f?p='+'&APP_ID.'+':0:'+'&SESSION.'+':PRINT_REPORT=Employee');
    window.open('f?p='+'&APP_ID.'+':0:'+'&SESSION.'+':PRINT_REPORT=Department');
    </script>Regards,
    Hari

  • Run multiple reports with one button

    Hello, I am new to Oracle Form Builder and I have a generic form built that has a button the user will press to run a specified report. I'm wondering if it's possible to use the same form with the one run report button to print multiple reports at the same time. Is this possible?

    I recommend that you start here:
    http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    You can do just about anything in Forms if you are creative enough. However, exactly how you do it will partially depend on things like which version you are using, the platforms (OS on client and server), and the preferred behavior you would like to see.
    Here is an older document whch explains how to integrate Forms/Reports. This old doc mostly still applies to the latest versions.
    http://www.oracle.com/technetwork/products/migration/frm10gsrw10g-132606.pdf

  • How to schedule webi report in bulk (multiple report in one request)

    hi,
    I am little bit new to BOXI. I have little bit work experience in Crystal X on scheduling which was used in one of our enterprise java application. We are exploring options in BOXI.
    Currently i am scheduling a report with following api
    infoStore.schedule (webiDocs);
    This will schedule one report instance.
    My question is
    Is there any way to schedule multiple instances of a same report in one request.
    Is there any way to schedule multiple instances of a different report in one request.
    If above things are possible please provide the apis for the same.
    thanks in advance
    Shreenidhi

    Scheduling multiple Webi reports in one command:
    infoStore.schedule takes 1 arhgument of type IInfoObjects which is a collection of InfoObject. IInfoObjects is retrieved by the query. So if you to retrieve all the Webi Docs you want to schedule , then with infoStore.schedule(WebiDocs), it will schedule them all in 1 shot. Scheduling Info properties for each Webi Docs should also be set. Please refer to the samples on scheduling at link below.
    https://boc.sdn.sap.com/node/3211
    Scheduling one Webi Doc multiple times in one command:
    I donu2019t think it can be done in one command. Do you want to schedule the object multiple times each time running it with different prompts? Or do you want it to be sent to different destination in each schedule? Otherwise you can schedule it once and then access the scheduled instance multiple times.
    I hope this helps.
    Regards
    Aasavari

  • Creating multiple reports from one query

    Hello Everyone
    I are designing crystal reports where 1 query is built for 1 report / 1 sub-report. To improve overall efficiency of reports, I am trying to design multiple reports/ subreports from the same query. All the sub-reports belong to the parent report and they are very similar to each other.
    For example: in Webintelligence, we can just create 1 data provider and pull multiple reports from it and display it in multiple tabs.
    Can we do the same thing in Crystal reports??
    Please advice.
    Thanks
    Edited by: Devesh  Modi on Jun 9, 2010 11:19 PM

    Hello,
    If you are using WEBI then you have access to BOE. Create a Universe and publish it to the Repository and then you can use it as your data source.
    But I think what you are asking is how to query the DB once? Not possible, each subreport will run the query each time it's viewed.
    What you may want to do is create a Stored Procedure and get all of you info into one data collection and not use subreports, use grouping to emulate subreports. As an Example ....
    You may want to create a case in Service Market Place since you have BOE and work with a Report Design Rep to help you work out the best solution for you.
    Thank you
    Don

  • Broadcasting multiple reports to one email adress

    Dear All,
    we have the requirement to generate multiple single reports and to broadcast them via PDF. We have everything working but the individual reports are sent to one e-mail adress, so that one e-mail adress can receive multiple emails. We would like to make the setting that multiple reports are combined in one e-mail per e-mail adress.
    Thanks for any help.
    Kind regards
    Marco
    Message was edited by:
            Marco Beckers

    If possible, try to create a Web application designer with all the Queries in it and execute the report.
    Hope this helps!!!

  • Run Multiple report with one click

    hi
    I have 60 reports with me and i want to run all 60 reports with one click. Is it possible to fire next report at the end of previous using code?????
    Any help would be appreciated

    Hi Swapnil,
    Yes it can be done in many ways. But you will need to analyze what exactally is required and what kind of reports are to be executed in sequence. WHats the report supposed to do, do they need to send some file or some data to external world, does it need to display any output?
    From within the program you can use the SUBMIT command to call each report program one after the other. Or schedule all the 60 reports in a background job such that each report is executed in each step.
    There are many other ways but i am really not sure why there is such a request? This is something really out of the odd :-).
    Hope this helps
    Cheers
    VJ

  • Generating multiple reports in one rwrun60.exe

    Hello,
    i want to generate multiple documents in one rwrun60.exe
    call (from java). This way i can avoid the time spending
    for logging in to database for every singe report ...
    Does anybody know if its possible ?
    something like
    execute (rdf1, params, rdf2, params) and so on ...
    Greetings
    Thorsten Lorenz

    Every rwrun60.exe call will reconnect to the database. This won't happen if you make the call through the reports server (which will maintain a pool of engines for you).
    Note to the other filer on this thread - run_product() is a forms call, and is not available in as a Java call.
    Regards,
    Danny

  • How to run multiple reports From One Form with 1 report object?

    Hi ALL!
    i want to run multiple reports (in 10g technology) from 1 Form having only 1 report object.
    i.e
    IF parameter=yes THEN
    Rpt_new should run
    Else
    Rpt_old should run
    END IF;
    How can i do this?
    thanks
    rana

    Rana,
    I found this in the Forms online Help. You could easily found it yourself. Don't be afraid of pressing CTRL-H:
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_FILENAME, 'yourreportsfilename.rdf')Regards,
    Martin Malmstrom

  • Multiple reports on one page; loading in background

    Hey everybody,
    i have a lot of reports on one page so that it takes a long time to load this page. Is there any possibility to just load one or two reports and the rest after the first report is shown or that the reports are loaded in the background?
    thx to everybody,
    dt

    dt,
    Interesting question... It is possible. Get started by looking over Karl's example of a report pull via Ajax here:
    http://apex.oracle.com/pls/otn/f?p=11933:48
    You would just set the code to pull the reports onload without jQuery or when ready with jQuery.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Multiple Reports In One Region - Question For Denes Kubicek

    Denes,
    I looked at what you've done on your demo app 31517, Page 152
    (http://htmldb.oracle.com/pls/otn/f?p=31517:152), in which you place several reports in the same region. It is nicely done and a great example of something I
    need to do at my work place.
    I have two questions.
    1) In your explanation link (takes me to your blog) you say you made changes to a copy of the Report Template and placed this copy into a copy of the Standard Page Template. However, I see that your reports are set to "No Template".
    I've probably missed something here, but don't know what.
    2) A more general question ... I'm intrigued in how you get tab item in, say, your Section 4 Tab Set (or any of the other Tab Sets) to "Stand Out" in bold letters
    when clicked on. How are you doing this?
    Thanks very much for your help. Yours is one of the great sites to learn from.
    Elie

    Apex v4. has parent and child regions (subregions) where child regions display inside the parent. If you make the child regions with no template, they will probably appear as if it's just two reports in one region.
    Problem is, they display one above the other, not side by side. But there's been a recent thread on working around this just in the past few days on this forum.

  • Multi ALV lists/grid report in one output/screen

    Hi,
    I need to develop a ALV report, where in the output/ALV/List/Grid should look like below (all lists/grids should be fit in only one screen, if there are too many entires in the sub reports user will scroll down each), here am giving the details (MATNR, KUNNR, LIFNR) of the output just for example purpose
                                                 _My_Report_
    Sub_report_1
    MATNR-----Description
    Sub_report_2
    KUNNR-----Name
    Sub_report_3
    LIFNR-----Name
    Sub_report_4
    BANK-----Name
    Its okay to have any kind of ALV either grid or List, when user press F8 on the selection screen all should come in one screen, if there are too many entries then user will scroll down
    Thank you

    Hello,
    You can use blocked alv to achieve this.
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
        EXPORTING
          i_callback_program = l_repid.
    *Adding First Block to the List
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
        EXPORTING
          is_layout                  = w_layo
          it_fieldcat                = it_fcat
          i_tabname                  = text-064
          it_events                  = it_events
          it_sort                    = it_sort
        TABLES
          t_outtab                   = it_mainalv
        EXCEPTIONS
          program_error              = 1
          maximum_of_appends_reached = 2
          OTHERS                     = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
        EXPORTING
          is_layout                  = w_layo
          it_fieldcat                = it_fcat1
          i_tabname                  = text-094
          it_events                  = it_events1
          it_sort                    = it_sort1
        TABLES
          t_outtab                   = it_field_change
        EXCEPTIONS
          program_error              = 1
          maximum_of_appends_reached = 2
          OTHERS                     = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Displaying the list
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Thanks.
    ramya.

  • Mapping multiple Segments to one output

    Hi,
    The issue is that I have a segment which would be a text type that contains multiple segments, each segment would contain a line of text.
    The issue is that the output is only the last segment of text.  I want to be able to concatenate all of the lines into one.
    I feel I need to use a UDF but not quite sure how to do the mapping.

    I think you should try with this udf ... let's say your source segments are as shown below
    <A1>
       <E1>a</E1>
       <E2>b</E2>
       <E3>c</E3>
    </A1>
    <A1>
       <E1>1</E1>
       <E2>2</E2>
       <E3>3</E3>
    </A1>
    And let's say expected output is a,b,c,1,2,3
    Create the UDF and set the Cache to Queue. While mapping the source fields to UDF set the context to very top node (or use RemoveContext after each source field).
    String output = " ";
    for( int i = 0; i< A1.length; i++ )
    output =  output+ E1<i> + "," + E2<i> + "," + E3<i>;         //Concatenation of fields.
    /*if ( i !=A1.length - 1 )
      output  = output + ";" ;         //Concatenation of semicolon.
    result.addValue(output);
    Here is the mapping ..
    A1------->|
    E1------->| -------->UDF------->Taret
    E2------->|
    E3------->|

  • Combining multiple report into one tabbed Excel

    If we have a 28 separate Excel reports in BO, is there a way to create one report that will pull in each of these as a separate tab in one single Excel workbook?
    They are all using the same universe and similar queries.
    Thanks.

    If these are WEBI or Crstal Reports you can insert these Reports in Excel Workbook in seperate TABs through Live Office Connections, If you have Live Office installed on your desktop.
    OR
    With multiple QUERIES in WEBI document you can have a single Report with MERGE DIMENSION option provided you have common dimension for all 28 QUERIES.
    Regards
    Satya

Maybe you are looking for

  • Regarding reports

    I have created a simple report named as "Employee Details" I am filtering the details as per the emp_id but when I run the report one error I am getting and that is  An error has occurred during report processing. (rsProcessingAborted) The processing

  • Tools Missing in Photoshop Elements 4.0

    I'm using a Mac with Photoshop Elements 4.0 and several of the tools on my toolbar have disappeared! SO Frustrating . . . I've tried reseting prefrences, nada. I would try increasing screen resolution to see if they just got dragged out, but its alre

  • Problems installing, pop-up saying error with configuring during intsalation?, problems installing, pop-up saying error with configuring during intsalation?

    Im having problems installing itunes in my windows 7. popup stating that there was a problem configuring during instalation

  • An Easy One... Maybe

    For some reason the Command Key+Tab keyboard shortcut to show open applications doesn't work anymore. Now when I attempt it, I only get the finder window icon. How do I restore the function? Restoring the defaults in the keyboard shortcuts didn't wor

  • Problème envoi de données TCP

    Bonjour à tous, Je me trouve confronté à un problème assez embetant et étrange à la fois. Je possède les instruments suivants : Touch Panel TPC 2106                                                         Compact RIO 9024 Je souhaite réaliser les act