Discoverer Master Reports

Hi,
Using Oracle Discoverer 10.1.2 (Plus and Viewer) is it possible to create "Master reports" where sections of the output can be split up and distributed to different groups within an organisation (ie one section of the report has data for Finance dept. and other section of the report has data for HR dept.)?
Is it possible to automate the splitting and delivery of the master report output using scheduled workbooks and sending the output via email?
Kind Regards,
Leigh.

John Hagel:
How can a cross-tab report be used as master-detail?
If the row items are treated as detail items, where would the master items be? There should be multiple detail records per a single master record? How can this be possible in a cross tab report?
Thanks.

Similar Messages

  • Dynamically select detail report for a master report link item or button?

    I'm still new to APEX, so apologies if this sounds like a stupid question, but so far I can't find anything online about how to do the following.
    I have a simple report, and I want to be able to drill down from here to a detail report via a link item (or a button) in each row. The problem is that the specific detail report to use depends on a combination of values in the parent record.
    So if I have a parent record in the master report with values for columns 1/2/3 of A/B/C, I would drill down to a detail report against table X. If my parent record has values of D/E/F, I might drill down to a different detail report against table Y.
    I can build the individual reports easily enough, and I can set up a link item in the master report to drill down to a hard-coded detail report page. I can even generate the name (alias) of the relevant target report as an extra non-DB item in each row of the parent report. But I can't figure out how to allow each row in the parent report to actually link to a different detail report dynamically, depending on the contents of the parent row.
    Can anybody suggest an easy way to do this, or point me towards an online resource that would explain how to do this (preferably in basic terms that this APEX-newbie can understand)?
    Thanks for your help!

    Hi,
    When you say "Detail report" do you just mean a normal report of the child records for the selected master record or a tabular form style "Details report"?
    Using different reports on a page would, typically, depend on the value in a hidden page item - for example, P1_REPORT_TYPE. Your link could pass an appropriate value into this item and the second page would then use this as a Condition for each of the report regions - each region being conditionally displayed when the hidden item is a specific value.
    Andy

  • Passing the values from subreport to master report in JasperReports

    Hi All,
    I want to pass the values from subreport to master report, but my subreport is without any query.
    Please help me in this regard. its urgent.
    Thanks & Regards
    Kris

    Hi,
    Below link may help you
    http://jasperreports.sourceforge.net/tips.tricks.html#returnvalues
    regards
    MJ

  • How to call a detail report from a master report in 11g?

    How to call a detail report from a amster report in 11g?
    We have a requirement to call a detail report based on the invoice id that will parsed from the master report in OBIEE 11g. Any ideas sugegstions will be greatly appreciated.
    Thanks,
    Edited by: user8957415 on Jul 31, 2012 9:04 AM

    Check these links
    http://gerardnico.com/wiki/dat/obiee/master_detail
    http://prasadmadhasi.com/2011/11/13/master-detail-event-in-obiee-11g-and-pass-multiple-events-to-one-detail-report/
    Hope these helps

  • Vendor Master report with address, telephone number & email ID

    Dear All,
    Kindly provide to me T Code for Vendor master report along with vendor address,Telephone number & email ID.
    Krajesh

    Hi Rajesh .... in case customer require specific information, you can also try using sap queries (trust me it is not as difficult as it sounds but the results are just great ;-):
    queries
    Table SZA1_D0100 have the following fields
    SMTP_ADDR (E-mail Address) ; TEL_NUMBER ; MOB_NUMBER ; FAX_NUMBER
    For address check table ADDR1_DATA
    Common join should be Vendor among these 2 tables
    Hope this helps !!!
    Edited by: m_n_novice on Aug 7, 2009 11:08 AM

  • Customer Master Report needed for jurisdiction, tax code, and district

    I am trying to pull a customer master report and need to include the following fields:
    Name (NAME1)
    Account (KUNNR)
    Jurisdiction ( TAXJURCODE)
    Tax Code (TAXKD)
    District, which is County for US addresses (CITY2)
    I haven't seen a report with CITY2 and have tried S_ALR_87012180 or opening KNA1, KNVI, etc.
    Any ideas?
    Thanks,
    Michelle

    No there is not such report or transaction.
    You may look at tables KNA1 + ADRC.
    In table KNA1 there are fields ORT01, ORT02, COUNC and CITYC that could help
    Otherwise you must link KNA1 and ADRC with field KNA1-ADRNR = ADRC-ADDRNUMBER
    Sorry
    BR
    Alain

  • Customer master report and printing

    hi
    pls advice any customer master report and how to print the record. thanks

    Hi,
    Have you tried with Report: MCTA?
    You may add more key figures by F6.
    Also, you may check report: FBL5N
    You may change Layout by Ctrl+F8.
    Hope this may help you.
    Best Regards,
    Amit

  • How can we pass the master report value in to detail  report

    Hi All,
    My question is how can I pass the master report value in to detail (Child) report filter?
    I mean I have one master report if I click on employee name then I have to pass the employee id in to details report filter. Then detail report will display data for that particular employee.
    How can I achieve this one in OBIEE?
    Please help me to resolve this issue. Thanks in advance for your time and support.

    In that case, you should look at using Go Url. In your column formula for the employee name, create a hyperlink to the detail report and pass the employee id.
    Take a look at this post: Re: Dyanmic display of the Image Link URL
    Thanks!

  • Oracle 10g discoverer and report services installation issue

    Hi
    Could some one help me in finding the solution for the problem while installing oracle 10g discoverer and report services installation ..
    at configuration assistants the opmn configuration failed..
    could some one suggest the possible solution for this problem.
    thanks

    at configuration assistants the opmn configuration failed..additional clues may exist within log file.
    Edited by: sb92075 on Aug 29, 2010 7:19 PM

  • All the SQL functions - to use in Discoverer-desktop reporting?

    Hi ,
    Can anyone tell me where i can find all the SQL functions, <conditional stmts> etc - to use in Discoverer-desktop reporting?.
    Thx, Sree

    Hi,
    I am not quite sure what you mean. You can see all the functions available when you edit a workbook. Create a calculation and select the functions, your custom functions will be under database functions. Conditions are on the condition tab.
    Rod West

  • Master Report problem with PL/SQL

    Hi Intelligent ones :)
    Can anyone help?
    I am trying to generate a Master report by generating a report based on a SQL query. The SQL query generates the detail of the report and the Main part of the report is generated using PL/SQL in "after displaying the header". See my PL/SQL below:
    DECLARE
    v_cloneid Clone.CloneID%TYPE;
    BEGIN
    htp.p('1: v_cloneid is:');
    htp.p(v_cloneid);
    SELECT Clone.CloneID
    INTO v_cloneid
    FROM ClonesDB.Clone;
    htp.p(v_cloneid);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    htp.p('No data Error');
    WHEN OTHERS
    THEN
    htp.p('Error Detected');
    htp.p('Exception: v_cloneid is:');
    htp.p(v_cloneid);
    END;
    Every time I try to run my report an exception (When others) is generated. In my attempt to debugg my code I have discovered that the correct value is read into the v_cloneid variable. I can print this out within the exception but not before this!!
    Also to generate a report for each cloneID entry I assume I will need to use a loop?
    Please help...I'm just learning!!
    Kirsteen
    null

    I think you should post it -
    Forms
    Regards.
    Satyaki De.

  • OracleAS 10g (9.0.4.0.2) Load Balancing  Forms, Discoverer and reports

    I am having some problems trying to load balance with Oracle Forms, Discoverer and reports Oracle Application Server Release 10g (9.0.4.0.2) and I was wondering if you could help. Has any one ever got this to work consistently? We are an ERP product written mostly in forms (904) and are trying to implement are largest customer there performance issue so we need the load balancing to work. Will also accept other recommendation as cost effective as solutions.
    Site 1:
    A: SERVER –
    •     Host as1.xyzco.local
    •     Version 10.1.2.0.2
    •     Installation Type Identity Management and Metadata Repository
    •     Oracle Home E:\oracle\inf_1012
    •     Farm as1db.xyzco.net
    o     HTTP_Server
    o     Internet Directory
    o     OC4J_SECURITY
    o     Single Sign-On:orasso
    o     Management
    B SERVER –
    •     Host as2. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o     Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    C SERVER –
    •     Host as3. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms – Discoverer and Reports
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o     Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    All servers Are:
    •     Windows 2003 Standard Server with current service packs
    •     Xeon Dual Processor with 4GB ram
    •     Raid 0 drives 2 for OS and 2 for Oracle
    Daniel Brody
    ([email protected])

    I have more then half decent results with webcache as load balancer, but it still is a round robin (as mentioned before). This means that a session will not be transfered from one application server to the other once the session has been created.
    So far I did not discover any benefits of a hardware loadbalancer over webcache, because (here it is again:) you are not able to transfer open sessions from one application server to the next. This has to do with the Oracle Forms architecture. In fact it is still client-server, only with the application server functioning as extra server ;)

  • How to run Discoverer 10g report from unix command line

    Hello Experts,
    I am aware that discoverer report can run through command line using "dis51usr.exe /connect username/passward@connection_string /opendb "DISCOVERER.<<report name>> /export xls"".
    Can we run discoverer 10g report (stored in database) from server location / unix command line? Is there any command?
    Please assist. Thank you.

    Hi Tamir,
    Can you please mention from where we have to execute/run these commands? After setting enviornmental variable, are these commands run from any location or we have to go to particular server location and then execute (ex. from directory BI or else).
    Thank you.

  • Urgent, invoking Discoverer 4i report externally through a URL.

    We have been successful opening a Discoverer 4i report externally through a URL, the query string contains the parameters for the report. But the behaviour of opening the report is not consistent, sometimes I can open the report without any problem, but there are occasions where it displays the parameter page, could someone please explain why is this behaviour?
    Also I have noticed that even I change my parameter values, it still uses the old parameter values, is Discoverer caching the reports?
    Your help is greatly appreciated. Thanks.

    I found it on Metalink in Note:98102.1. You have to use a hidden HTML form variable called hidden_run_parameters.

  • Help needed with discoverer PO report

    Hi Guys,
    Need some help with discoverer 4i report.
    There is a workbook in discoverer which runs and displays output depending on the parameters.
    The report is related to PO Requisitions (displays all the details related to the requisition). For ex:- like req creation_date, req_num, requestor(to_person_id),preparer, approver, appr_dept, req_status, po_number, po_name, po_status etc.
    All these requestor’s, preparer’s, approver’s are employees. When a user logs in to discoverer and runs this report, he should only his requisitions created. For example, the user who is logged in is connected hr_employees with employee_id. So when the user runs the report, the report should display only the requisitions with his employee name either in preparer or as requestor. But my report is able to all the requisitions of other employees too.
    How can I solve this problem in discover 4i.
    Help Appreciated.

    Hi Gareth,
    How can we do that. Can you explain in brief how a function is created and how it can be used in the workbook conditions.
    Help Appreciated
    Thanks

Maybe you are looking for

  • Error while changing settings of the VM through RSAT

    OK, Scenario: Workstation A: Windows 7 Professional with SP1, 64 bit with RSAT installed. Hyper-V Server A: Windows Server 2012 Datacenter File Server A: Windows Server 2008 R2 Enterprise with SP1 All 3 joined to the same domain, the user is a Domain

  • External editor format: PSD or TIFF

    In Aperture's preferences panel I am curious about the option for PSD or TIFF as the file format for files transfered to the external editor. I would have assumed that PSD was the most efficient file format (especially for images with lots of layers/

  • Elements 12 organizer quits unexpecteldy on iMac

    I am new to Mac. I downloaded Elements 12. The organizer quits unexpectedly about every ten minutes. How do I fix this problem?

  • I`m missing fotos in slide show

    Hello, Just published anoher site of our last weekend in Italy, 6 pages. 4 of them are photo pages on three of the pages, the slide show only shows a couple of the photos, most are missing?! What did I do wrong??? Took the pictures from the media cen

  • Cannot create another application in hfm workspace

    Hi I've successfully installed and configured epm products including hfm 11.1.1.3 I've successfully created an application but when I create another application the following warnings appear individually: *''Shared Services is not initialized. Please