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

Similar Messages

  • Download Multiple Reports into one Export in APEX 3.2

    Hi,
    I have one IR and 2 SQL Report. I want to download all reports data into one CSV file instead downloading 3 times, i need all data in one file. Could anyone help me how to reslove this? if anyone have any procedure how to do, please let me know..
    Thanks Advance
    Sri

    Does any one knows abt my issue?

  • Download multiple reports on click of a single button

    Hi,
    I have nearly 12 reports on a page which are displayed according to some conditions, and all have a download report option.
    I have created a button for one of the report, i.e when i click that button then the report is downloaded. similarly i want to download all the reports which are displayed, by clicking the same button(user do not want to click each button for each individual report).
    Is this POSSIBLE to achieve this criteria ?
    Does anyone encountered this problem before, if so who did you solve it.
    any alternatives or workarounds?
    Have searched forum but couldn't find the solution.
    am using apex 4.0.2 with 11g DB
    Thanks
    Little Foot

    Hi mini,
    Since u said of having a button which is downloadable(whether it is downloading to the HTML format or to excel) of the singel report.it is downloading to .sql file.
    Does the downloadable format interferes with this?
    But before that who to proceed to download multiple reports on single click(of a single button "DOWNLOAD")
    Thanks,
    Little Foot

  • 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.

  • SRM Contract Download - Multiple contracts in one shot

    For one contract we can click on Download button while viewing the contract (Use Firefox instead if IE6 or 7. Does not work in IE) to download contract to Excel.
    Is there any mechanism by which we can download a bunch of contracts in one shot to Excel ( I have > 150 contracts that need to be download). Going one by one is a time consuming affair.
    Thanks

    Hello Ajay,
    There is no standard feature to download multiple contracts in one shot.
    You will have to develop it by yourself.
    Take care about performance if you download 150 contracts at same time.....
    Rgds
    Christophe

  • 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

  • Download multiple files in one step

    Hi,
    my first try with acrobat.com with uploading some pictures which I like to share with friends led me to the question, how they can download my 18 pictures in one step. I put them in a workspace and gave them access. You can mark all files, but there is no menu point which offers you to download all files in one step.
    Is there a way to do this in one step?
    Greetings
    Mario

    Hello Mario,
    Thank you for posting. Unfortunately, there is currently no way to download multiple files at once; this functionality is high on our list of planned enhancements, so I encourage you to stay tuned for future releases.
    Best regards,
    Rebecca

  • 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!!!

  • 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

  • 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 download multiple sheets in one excel workbook

    Hi All,
            I have requirement to download multiple sheets in excel workbook. I had
    successfully downloaded multiple sheets in excel. But it was downloaded only in
    my desktop. My requirement is user selects the path and i have to download the
    data in specified path.
    Could you please help me on this?
    Thanks in Advance,
    Basha Shaik

    >>My requirement is user selects the path and i have to download the
    data in specified path.
    For this..use CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
      EXPORTING
        WINDOW_TITLE         = TITLE
       DEFAULT_EXTENSION    =
       DEFAULT_FILE_NAME    =
       WITH_ENCODING        =
        FILE_FILTER          = '.|.'
       INITIAL_DIRECTORY    =
       PROMPT_ON_OVERWRITE  = 'X'
      CHANGING
        FILENAME             = W_FNAME
        PATH                 = W_FILEPATH
        FULLPATH             = W_FULLPATH
       USER_ACTION          =
       FILE_ENCODING        =
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        others               = 4.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF NOT W_FULLPATH IS INITIAL.
      FILE_NAME = W_FULLPATH.
    ENDIF.
    regards,
    priya.

  • 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

  • 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

Maybe you are looking for

  • Itunes 10.6.1.7 keeps saying there app updates but they dont show up on the download screen

    itunes 10.6.1.7 keeps showing app updates available on the sidebar but when i click to get updates, the update screen says there are no updates available

  • Error when starting JAVA when installing ECC6

    hi Did anyone faced this problem.Iam installing EEC6 and when its running job 39 of 48 it comes up with this error: ERROR 2007-10-04 17:13:21 CJS-30150  Java processes of instance VT2/DVEBMGS00 [ABAP: ACTIVE, Java: UNKNOWN ] did not reach state PARTR

  • Exporting jpg no longer passes on rating

    Hi! Previously, when I exported RAW photos to jpg via Bridge / Adobe Camera Raw, whatever star rating I had applied to the RAW file would automatically be passed on to the exported jpg file as well. Now, with Bridge CC, the exported jpg gets no ratin

  • Pop-up window "Experiencing Connection Problems!"

    The last week or so I have had this window (below) popping up on the top right of my screen. There seems to be no logic to when it appears - it goes away on it's own. Safari is in the forground. "Block Pop-up Windows" is enabled in preferences. I don

  • Erreure 1604

    bonjour a tout le monde j ai une souci avec mon iPhone 3G que j ai acheter il n y a pas longtemps j ai décider de la restaure car j avez tous les contacte et image et la surprise plus possibilité de le rallumer aven il me disses qu'il ne lisez pas ma