Generating multiple reports in obiee

Hi All,I have usecase to generate reports for multiple members... I have ADF application to call Obiee report..User select member in application and click on button to generate reports.
But now user want to generate the report for set of members and save in some drive rather than to go in Application and click on each members to generate report.
Thanks in Adavance.

Thanks David for helpfull response.
I was trying to use Bursting for scheduling the reports.
When i declare Bursting Properties what should i select in Split By option.
My report is pulling data from 7-8 data model queries based on passing member id input parameter and there is no top level key in data set to split the report.
Thanks in Advance.

Similar Messages

  • 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

  • Auto-Iterating a cell to generate multiple reports to save to PDF

    I'm using Numbers '09 to calculate interest and track payments for a personal loan.
    On one sheet, I have a table with the monthly starting balance, interest for the month, payments, etc. in columns. Each row then shows the values for each month.
    On another sheet, I have a statement report set up for me to send to the lender each month along with my payment so they can see the current status of the loan. This sheet has a table where I enter the month being reported into a key cell, and then the other cells use the VLOOKUP function to find that month's row on the first sheet's table and then pull specific monthly values into this table.
    This all works fine so far, but I would like to be able to automatically generate the statement reports for January through December for a particular year and save those as PDF (either separate files per month or as pages within one PDF files). Right now, to do this, I have to manually: 1) type in month and year into the key cell (the statement then updates with the date from that date.) 2) Print 3) save as PDF 4) change name 5) click save 6) repeat as many times as I have months
    is there some way to get Numbers to iterate a cell through specific range of months and either create a multi-page output that can then be printed to PDF or even better just save it directly to PDF?
    Thanks in advance.

    petersas07 wrote:
    Hello.
    Sorry to intrude,
    Hi Ashley,
    Welcome to Apple Discussions and the Numbers '09 forum.
    I'm sure that Jerry (and others) can (and will) help with your task. But as your task is not well described by the subject of this thread, it should not be posted in this thread.
    Rather than apologize for intruding, please re post your question as a New Topic. This link will take you to the Numbers '09 forum topic list. At the top left of that page, directly below the name of the forum, you'll find the New Topic link.
    Looking forward to seeing your question in a thread of its own.
    Regards,
    Barry

  • Is it possible to generate multiple reports output in single click

    Hi All,
              I am using OBIP 10.1.3.4.1
              I am having 5 reports in a folder. I want to generate all the 5 reports output in a single.
              Is there any possibilities to do it.
    Regards
    Balaji

    Hello Balaji,
    You can schedule the reports at the same time and send the output on the e-mail.
    You cannot use Interactive View for viewing 5 outputs on the same time.
    Regards,
    Liviu

  • Automatically generating multiple pdf reports from single(*.rpt) report file

    Post Author: msam
    CA Forum: General
    I would like to be able to automatically pass a parameter list to a single report, and have it automatically generate multiple reports (as saved pdf files), based on the parameter list.
    Is this possible?  If so, could someone point me to some documentation?  Thanks.

    What you probably need to do is generate each bio
    individually with the
    <cfdocument...> tag just the way you want them. And
    then use some of
    the advanced <cfpdf...> functionality that allows you
    to append two or
    more individual PDF's into a single large PDF.
    Here are some resources that describe some of the
    <cfpdf...> functionality.
    http://www.coldfusionjedi.com/index.cfm/2007/7/9/ColdFusion-8-Working-with-PDFs-Part-1
    http://www.coldfusionjedi.com/index.cfm/2007/7/10/ColdFusion-8-Working-with-PDFs-Part-2
    http://cfpdf.blogspot.com/
    http://cfpdf.blogspot.com/2007/06/cfpdf-action-merge_27.html
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfpdf_02.html

  • BIG Problem with generating multiple pdfs

    Hi,
    I have an application for which the final output is a pdf report about an applicant from a database of applicants.
    If I print the form just once, all the stylesheet formatting is applied correctly.
    If I try to loop through the database and generate multiple reports of multiple applicants, the styles and formatting get applied ONLY to the first report, and then the subsequent reports do not have any styles applied which of course makes them unacceptable.
    I've tried loading the stylesheet before the loop and inside the loop, no difference.
    The styles being lost are for divs and tables and cells.  Fonts are handled separately by calling functions within the report which apply them on the fly.to text based on the section and type of output.
    Is anyone familiar with this problem?  Is there a workaround? I really really really need this to work.
    Thanks,
    RIchard

    I do not know the cause, but if all else fails you could move the cfdocument code to a separate template.  Then the styles seem to work as expected.
        <!--- loop code --->
        <cfloop from="1" to="5" index="x">
              <!--- call separate script cfinclude, cfmodule, etcetera ... --->
              <cfinclude template="test.cfm?x=#x#">
         </cfloop>
         <!--- test.cfm --->
        <cfdocument format="pdf" filename="testpdf-#url.x#.pdf" overwrite="true">
            <div style="background-color: #ff0000;">Test div</div>
        </cfdocument>

  • Multiple Reports using Application Engine

    Hi ,
    Can we generate multiple reports using App Engine..?
    if yes, how do we do tht..?
    cheers,
    Karthik
    oops...im sorry..i mean reports..dont know i typed questions...corrected the question now...
    Edited by: karthik tulasi on May 15, 2009 1:48 PM

    karthik tulasi wrote:
    Hi ,
    Can we generate multiple questions using App Engine..?
    if yes, how do we do tht..?
    cheers,
    KarthikWhat is "questions" ?
    Nicolas.

  • Not able to generate multiple lines for headers in report

    Hi,
    I am new to BI publisher and not able to generate multiple lines for headers. Please help me to resolve.
    I am using RTF template, data source as PS Query and XML file (system generated from the data source)
    When I am using system generated 'First XML' file, I am getting output in the follwoing format.
    TEAM_MEMBER, PROJECT_ID, NAME, START_DT
    e.g.
    EMP1 , 71000, Sample, 01-Jan-2010
    EMP1 , 72000, Sample, 01-Feb-2010
    EMP1 , 73000, Sample, 01-March-2010
    But I want the report to be generate with multiple projects for one employee like below format , for that I used 'Second XML' file but I am getting blank report.
    In short if there is one to many case, how to show in reports??? Please correct if I am going wrong.
    TEAM_MEMBER
    PROJECT_ID, NAME, START_DT
    PROJECT_ID, NAME, START_DT
    PROJECT_ID, NAME, START_DT
    e.g.
    EMP1
    71000, Sample, 01-Jan-2010
    72000, Sample, 01-Feb-2010
    73000, Sample, 01-March-2010
    **********First XML**************System generated XML ****************************
    <?xml version="1.0"?>
    <query numrows="2" queryname="SY_EMP_PROJECT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="">
    <row rownumber="1">
    <TEAM_MEMBER>TEAM_MEMBER </TEAM_MEMBER>
    <PROJECT_ID>PROJECT_ID samp</PROJECT_ID>
    <NAME>NAME sample data</NAME>
    <START_DT>2010-08-25</START_DT>
    </row>
    <row rownumber="2">
    <TEAM_MEMBER>TEAM_MEMBER</TEAM_MEMBER>
    <PROJECT_ID>PROJECT_ID samp</PROJECT_ID>
    <NAME>NAME sample data</NAME>
    <START_DT>2010-08-25</START_DT>
    </row>
    </query>
    **********Second XML**************Manually created XML and using to show multiple projects for one employee****************
    <?xml version="1.0"?>
    <TEST numrows="2" queryname="SY_EMP_PROJECT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="">
    <TEAM_MEMBER rownumber="1">
    <TEAM_MEMBER>1</TEAM_MEMBER>
    <EMPLOYEE_NAME>SAMPLE</EMPLOYEE_NAME>
    <PROJECT>
    <PROJECT_ID>1111</PROJECT_ID>
         <PROJECT_DESCR>SAMPLE</PROJECT_DESCR>
    <START_DATE>01012010</START_DATE>
    </PROJECT>
    <PROJECT>
    <PROJECT_ID>1112</PROJECT_ID>
         <PROJECT_DESCR>SAMPLE</PROJECT_DESCR>
    <START_DATE>01022010</START_DATE>
    </PROJECT>
    </TEAM_MEMBER>
    <TEAM_MEMBER rownumber="2">
    <TEAM_MEMBER>2</TEAM_MEMBER>
    <EMPLOYEE_NAME>SAMPLEC</EMPLOYEE_NAME>
    <PROJECT>
    <PROJECT_ID>1111</PROJECT_ID>
         <PROJECT_DESCR>SAMPLE</PROJECT_DESCR>
    <START_DATE>01012010</START_DATE>
    </PROJECT>
    <PROJECT>
    <PROJECT_ID>1112</PROJECT_ID>
         <PROJECT_DESCR>SAMPLE</PROJECT_DESCR>
    <START_DATE>01022010</START_DATE>
    </PROJECT>
    </TEAM_MEMBER>
    </TEST>
    Edited by: ganeshtw on Aug 25, 2010 12:14 AM

    Hi,
    With your first xml you can print like
    EMP1
    71000, Sample, 01-Jan-2010
    72000, Sample, 01-Feb-2010
    73000, Sample, 01-March-2010While creating the RTF template you can use the Group by option.
    <?for-each-group:ROW;./columnname> then print the column name
    <?columnname?>
    --Then your table format
    71000, Sample, 01-Jan-2010
    72000, Sample, 01-Feb-2010
    73000, Sample, 01-March-2010
    <?end for-each-group?>
    Thanks.

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports.
    I have a report where I have to generate more than one output files from the same report based on a parameter.
    Each output file is for each parameter.
    Is this possible in oracle reports, is so how ?

    You can better post your question in the reports forum instead of this pl/sql forum.

  • Generate multiple Oracle Applications pdf reports in one batch

    hi,
    we are working in oracle applications 11i.
    we have a custom salary slip report that is built with Oracle Reports Builder and run as a PDF report in Oracle HRMS.
    I need to find a solution to generate the reports/pdf files of all employees in one run/click, name each output file according to employee number and month in the report, save them all in a folder.
    How can I do this from either, reports builder, or Oracle applications?
    Regrads,

    Hi,
    I need to find a solution to generate the reports/pdf files of all employees in one run/clickYou can write a PL/SQL program which will dynamically submit the concurrent request for the report multiple times with different parameters. You will need to run the calling PL/SQL program only once.
    name each output file according to employee number and month in the reportThe output files generated are named according to Oracle EBS convention(like o<req_id>.out). I do not know of any way by which the output file names can be changed. You can however generate the report title dynamically, depending on the input parameter.
    save them all in a folderOutput files are generally stored in $APPLCSF/$APPLOUT. This location can be changed but it will affect all concurrent programs and not just your report.
    Regards,
    Sujoy

  • How to generate one report in multiple formats with FOP or BIP?

    Hi all,
    Is it possible to generate multiple formats of one report in a single "call" using Apache FOP or BI Publisher? (something similar to reports bursting).
    Right now I can only select one format at a time.
    Thank you,
    Ana-Maria

    Hi Ana-Maria,
    When you enable printing on a report region or add a button to download a report query to your application, then you get a single document download. How would you see this working with "multiple formats"? Given that APEX is a development environment, you can pretty much implement anything you like. The built-in printing capabilities in APEX come with an API that allow for customization of the default functionality, e.g. you can use apex_util.download_print_document to dynamically assign report layouts at rumtime or to use you own XML data sources or XSL-FO style sheets. More relevant to you question though, there's also apex_util.get_print_document. What that allows you to do is to generate report documents inside the database and e.g. store them in database tables or email them out to a list of recipients. You can call this API as often as you like to, requesting any combination of available report formats.
    The API function is documented here:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDDECIA
    Regards,
    Marc

  • How to generate a report in Excel with multiple sheets using oracle10g

    Hi,
    I need a small help...
    we are using Oracle 10g...
    How to generate a report in Excel with multiple sheets.
    Thanks in advance.
    Regards,
    Ram

    Thanks Denis.
    I am using Oraclereports 10g version, i know desformat=spreadsheet will create single worksheet with out pagination, but my requirment is like the output should be generated in .xls file, and each worksheet will have both data and graphs.
    rdf paperlayout format will not workout for generating multiple worksheets.
    Is it possible to create multiple worksheets by using .jsp weblayout(web source) in oracle reports10g. If possible please provide me some examples
    Regards,
    Ram

  • Is It Possible to create multiple tab report in OBIEE 11g?

    Is It Possible to create multiple tab report in OBIEE 11g?

    Triple post even! Multiple tabs in a single OBIEE  &  https://forums.oracle.com/thread/2560266
    Stick to one post!

  • Can I run multiple reports and generate 1 PDF File

    Hi
    I would like to create multiple reports, run them, and generate 1 PDF output. Is this possible?
    Regards,
    Néstor Boscán

    Hello,
    Take a look to the thread :
    Re: How to append pdf (Very Urgent plz)
    Regards

  • Migration of Crystals Reports into OBIEE

    Hi,
    I have to migrate Crystal Reports into OBIEE without using any third party tool.
    How could it be done..any one can help me please...???

    Just follow the instructions bellow:-
    Reports generated automatically in the 7.5 Excel client that use the EVDRE function with a standard use of built-in parameters can be converted using the EPM add-in to a native 10.0 report.
    EVDRE migration has been developed in order to migrate as many features and use cases as possible, but reports that have been heavily customized may not be totally converted automatically and may require some manual modifications. Nevertheless, the objective of the migration is to provide usable reports at the end of the migration. The exact conditions include:
    o Multiple EVDRE reports in a complex arrangement or sharing some KeyRanges
    o Formulas to calculate parameters
    o Use of cell reference indirections to determine EVDRE parameters.
    o Use of VBA to call the internal object model of the 7.5 Excel client.
    o EVDRE inserted in another EVDRE.

Maybe you are looking for

  • How to install two different version (7.3.4 and 8.0.4) on a server machine ??

    hi, I have this problem: I must install on a NT server , in 2 different volumes , 2 different oracle version. When i try to lunch the second listner service I got an error. How to solve this ?? Thanks for all.

  • Apple USB Ethernet Adapter and VLAN??

    Bought the Apple USB Ethernet Adapter today because my built in ethernetport on my MBP stopped working. What I know I need to replace the motherboard to have it fixed, so I thought the USB adapter could be useful until then. But, it didn't work! I on

  • Original Loops For Garage Band

    Hi Gang Anyone ever buy from this gentleman? He's got 100% feedback, and he claims that all his loops are 'ORIGINAL' not counterfeit Discs of Apple Jam Packs. http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150417752948 Thanx Mike http://vimeo.com

  • Outline the artboard in CS4

    Ive noticed that CS4 has gotten rid of a the create and release crop marks option. in CS3 if you had nothing selected and chose Object/Crop Area/ Make it would find the art board and make crop marks outside of it automatically. then selecting Object/

  • Flash player skips to a green screen when fast forwarding video OSX 10.8.2

    Right so I have searched the forum and found a few threads about flash videos generally being a green screen, but nothing there helped my problem, nor did it seem similar. I have a 15" MacbookPro Retina running OSX Mountain Lion 10.8.2, my flash play