How to drill down from summary report to detail report using RRI?

Dear all:
  A problem about RRI. Please help me!
  1.I create a BEx query 'Q1' to show summary data.
  2.I create a BEx query 'Q2' to show detail data.
  3.In Q1, all the products are shown each row.
       The 1st coulmn is 'Balance in the begin', it shows how many customer claim cases are opened before this week.
       The 2nd coulmn is 'New', it shows how many customer claim cases are initalized in this week.
       The 3rd coulmn is 'Close', it shows how many customer claim cases are closed in this week.
       The 4th coulmn is 'Balance', it shows how many customer claim cases are still opened now. And this column is calculated by this fomula as follow:
         'Balance in the begin' + 'New' - 'Close'
   4.In Q2, it lists each customer claim case. Include ClaimNo, Sold-To Party, ProductNo...
   5. I set Q1 as sender, Q2 as receiver.
   6. If I focus on the value of 'New' or 'Close' and then go to 'Q2', the correspond detail calim information in 'Q2'. But it is fail if I focus on the value 'Balance'.
   Why?
Thanks,
Jolin

I don't know if you can use the hyperlink to call a subreport but the following has worked for me in Crystal 10:
1. In your main report create a group on the field you want to pass to the subreport.
2. In the Group Footer, use the "Insert Section below" menu command so that you have a Group Footer 1a and a Group Footer 1b.
3. Put your table fields in the Group Footer 1b section (this would be similar to your Details data).
4. Put the sub report in the Group Footer 1a section. Set up the links to the subreport from a table field in your main report.
5. Right-click on the sub-report, select "Format Sub-report". Click on the "x-2" button to the right of the Suppress option and enter "DrillDownGroupLevel = 0" in the "Formula Workshop-Formula Format Editor-Suppress" window and save it.
When you double-click on your data field (i.e. the field in Group footer 1b) it should drill-down and run your subreport.

Similar Messages

  • Error Message appears when drilling down from a report.

    Hi,
    I am using CR XI R2.
    I have an rpt file that displays a chart from a sub report.
    I tested it on the CR designer and report viewer - works ok.
    When I display this report in my .Net application, I get an error message when drilling down from this chart : "The Report Application Server failed"
    When looking at the log files I see this error message:
    4 19 13:11:14.770 5336 5564 (\servers\ras\dtsagent\reporthandler.cpp:11622): CReportHandler::buildReportViewerError: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11618 ErrorCode:997 ErrorMsg:"" DetailedErrorMsg:""
    This is a Viewer error - but when drilling down from the Report Viewer I don't get this exception.
    Does anyone know what this mean?

    Too strange and my require a phone support case;
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Three ideas:
    1) Install CR designer on one of the boxes where this does not work and try to run the report there
    2) Add a line to your code and save out the report just after your database logon once ( .saveAs). try to run this report in the CR designer.
    3) Use the [modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] utility to compare the runtime - both CR and db client between computers that work and those that do not.
    Ludek

  • Drilling down from OmniPortlet chart to detailed chart in same OmniPortlet?

    I am trying to use OmniPortlets to create a dashboard of charts showing different metrics.
    I want to be able to drill into each chart to get a more detailed chart in the SAME OmniPortlet frame with all the other charts being unchanged. So if I have 3 OmniPortlet charts C1, C2, C3 in the same page, I want to be able to click on C1 and to be able to drill into C1 (details), C2 and C3.
    I am trying to do this through OmniPortlet events, parameters and page parameters.
    1) I've defined a OmniPortlet Param1 to parameterize the source of data - So my source URL is http://<URL-base>/##Param1##
    2) I then defined a Page Parameter PP1 that is associated with Param1 and set a default value for this (to make sure ##Param1## gets set for the top level chart). I set this default value in the OmniPortlet Parameters page - (otherwise, the ##Param1## seems to map to a null sting despite the Page Parameter PP1's default value)
    3) Finally, I defined an OmniPortlet event that gets fired when I click on the chart. The Event sets as one of its parameters, the data source that has the drilldown data. This column name is PP1.
    So, the chart should first display with the data source URL being initialized from the Page Parameter. When I click on the chart, the Event should set up a new parameterized value in the data source so that next chart with drill down data is shown after a page refresh.
    The reality is different from this theory. When I click on the chart, for some reason, the value of Param1 for refreshed Omniportlet display seems to be getting blanked out. So my chart definition gets messed up since the data source is now invalid. The page however continues displaying the original (pre-drill) chart from the cache.
    2)
    I don't know whether this problem is because of an improper use of the Page Parameters and OmniPortlet events or whether this is because I seem to be forced to set Param1's default value (maybe this is overriding my data source URL even in the drill down chart).
    There seem to be some examples of the chart click causing another chart to refresh. These docs don't have a lot of detail, plus I want the SAME OmniPortlet to show the drill down chart.
    Has anybody done this? Any pointers would be appreciated..

    Hi Sebastian,
    You cannot have drill downs from different charts to the same target.
    As per your scenario you have 3 column charts with warehouses displaying their respective 3 KPI's values. I believe you would have created a series each for available warehouses. If you have selected drill down on load for all the column charts with one single target then at load all the three column charts will try to place the destination of their selected series(based on warehouse selected) to the same target.
    And also as you mentioned when the user tries to select the same chart again the target doesn't change, the reason is the same as all the charts are trying to put the destination of the series in the same cell.
    Instead of doing it this way, what you could do is to name the series of all column charts the same and have the series name put into one cell. Then based on this series name you can lookup the data for that warehouse and display it in the line chart.
    Here again the user has to select the same warehouse in all the three column charts else it wont work.
    Hope this was useful =]
    Thanks & Regards
    Arjun.C.T

  • Drilling down from Summary to detailed reporting.

    Hello all,
    I am sure this can be done in BW but I just dont know how we can do it.
    My client requirement is when we run a report on the cube we see all the totals for commitement item (we have cmmt item hierarchy that we are using) and then we are at a particular cmmt item for eg Office supplies the total being $1000 they want to double click on the cmmt item (drill down) to see all the transaction for that particular cmmt item.
    How can this be achieved ? Can we use RRI for this?
    Someone please share some advice
    Thanks in adavnce.
    KM

    Hello,
    When I am done with rsbbs. And I open the summary report in Bex Analyzer now I want to see detailed transactions for a particular cmmt item. Do I have to double click on it or Do i have to right mouse click and say Go to -> Detailed report?
    I tried both the things, when I double click it says no applicable data available. and when i do go to-> detailed report it takes me to the report but it shows me everything rather than only transaction for that particular cmmt item. How do we make that happen so that it should know I want to see data only for the cmmt item i click on?
    Thanks,
    KM

  • Drill down from Summary to Detail Report

    BI Publisher 11g
    I creating a set of reports consisting of a single summary report and several detail reports. The user should be able to click on a row in the Summary report and this will pass those parameters to the detail report. Detail report will now show with corresponding values selected in Summary report. Thanks in Advance!

    Explain exactly how you create your 2 reports.
    The second one must have "is prompted" filters if you want it to use the values of the first one.

  • How to drill down another one report on one field value of one row

    Hi,
    I have two reports that can link together on one field of respective database query command. The effect i want to reach is that when user clicks this field value on some row of one report, which i call source object, another report, target object, would use this value as input parameter and the page would jump to this linked report. I can see Format Editor provides Hyperlink feature when one field is edited, but i don't know how to associate another report as what i described here.
    What if one the following conditions is met:
    1.one of two objects, source object, is one chart object
    2.target object is  one chart object
    3.two objects are both chart objects
    Note: two objects is separately from different reports.
    Additionally, is it possible to code for hyperlink functionality under both .NET WinForm and WebForm? what if under RDC?
    Thank you
    Zhi
    Edited by: zhi li on Sep 24, 2008 11:53 AM
    Edited by: zhi li on Sep 24, 2008 11:57 AM
    Edited by: zhi li on Sep 24, 2008 11:58 AM

    I don't know if you can use the hyperlink to call a subreport but the following has worked for me in Crystal 10:
    1. In your main report create a group on the field you want to pass to the subreport.
    2. In the Group Footer, use the "Insert Section below" menu command so that you have a Group Footer 1a and a Group Footer 1b.
    3. Put your table fields in the Group Footer 1b section (this would be similar to your Details data).
    4. Put the sub report in the Group Footer 1a section. Set up the links to the subreport from a table field in your main report.
    5. Right-click on the sub-report, select "Format Sub-report". Click on the "x-2" button to the right of the Suppress option and enter "DrillDownGroupLevel = 0" in the "Formula Workshop-Formula Format Editor-Suppress" window and save it.
    When you double-click on your data field (i.e. the field in Group footer 1b) it should drill-down and run your subreport.

  • Issue to drill down from a report

    Hi,
    Our requirement is we need to show three different graphs in a single report representing different data, from that we need to drill down to a new different report  ;
    Two approaches we tried with crystal report are;
    1.     We put three graphs and the table in the single report and tried to implement drill down for each graph. We could group data on the basis of first pie chart data and could drill down. But while we tried to group data for second bar chart grouping is happening only as a sub group of first group. Ie, we cannot group data independently for different charts.
    2.     In the second approach we created different  3 sub reports and added in to a main report. But Crystal report is not supporting sub report to a sub report. Ie, we cannot go to drill down report.
    It would be a great help, if you could suggest some solution.
    Thanks,
    Jomy

    Hi,
    As per my understanding, you have one report say Parent1 (SA1) and one Report say Child1 (SA2), now you want to pass some values from parent1 to child1.
    1> Create 1 interim report from parent1.
    2> In your Child report in filter part use result based on another analysis.
    Please let me know if it resolves yourissues.
    Thanks
    Anirban

  • Drill down from PDF report

    Hi,
    Is it possible to drill down to the detail report from the
    master report in PDF format in Reports 6i?
    Regds,
    Ruckmangathan

    hello,
    a way of inmplementig a drill-down report in PDF would be to
    create hyperlinks in your report that link either back to the
    same report, passing different parameters or linking to anoother
    report.
    when a user then displays the report the hyperlinks will enable
    to "drill-down" by (re-)executing a report.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Drill Through from Hyperion Reporting to Oracle - GL by using FDM?

    HI
    I am new to FDM.
    I already Installed and Configured FDM.
    I need to provide Drill through functionality on Hyperion Planning Workspace (Hyperion Reports built using Hyperion Financial Reporting Studio and Data Forms) to Oracle Financials(GL) by using FDM.
    I think 1st i need to develop Application in FDM Workbench to Push data from Oracle Financials to Hyperion Essbase.
    than i need to enable "Drill" on Hyperion Finaical Reports.
    Can you please share link , guide or any thing.
    Its urgent please.
    thanks
    Sher
    Edited by: Sher Ullah Baig on Sep 13, 2012 3:22 PM

    Thanks
    But when i try to log in i m getting error bellow"
    Failure of server APACHE bridge: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF."
    So do u have any other reference plz
    thanks

  • Drill down from the financial reports

    When generating a P&L or Balance sheet, it is not possible to view what transaction the amount is made of. you have to either generate a general ledger report or have to chart of account window open at the same time. Simple programs like quickbooks have the functionality to do drill down from any report. we have multiple customers for whom this situation is very aggravating.
    We hope you can find a solution or make this part of a new release.
    Thank you
    Sophie St-pierre

    Hi
    I hope you will get answer from this solved using pop up window for drill down
    Thanks & Regards
    Harsimran

  • Drill down from infocube to DSO

    Hello Gurus,
            when implementing a report based on infocube, how to drill down to DSo on which this infcube is based?
    Many thanks,

    U have to do RRI (Report-Report Interface)...use tcode RSBBS...
    for example.. u have totals report on cube and line items report on DSO..
    using RRI, u can drill down from cube report to DSO report... pls check help.sap.com for details

  • How to drill down reports from a chart?

    Hi,
    I need to build a 3d pie chart. For example, a department 3d pie chart. It has number of employees on math dept, physics dept, cs dept. When I click math dept from the chart, it will drill down to a report which has the detail of math dept: employee name, salary etc.
    Is this a way to achieve this?
    What is the difference between flash chart, html chart and svg chart? I can find the info from thh user guide.
    Thanks,
    Helen

    Helen,
    Drill-Down from a chart is quite easy. See this example I just created:
    http://htmldb.oracle.com/pls/otn/f?p=31517:156
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to setup the drill down on union report

    Hi,
    I'm setting the union report.
    I want to set the drill down to another report.
    But I can't setup it.
    Would you please tell me how to setup.
    Thank you.

    Hi Hemlatha
    In Crystal Reports, to prevent the ability to drill down into a subreport when published on the Web, add a text object that is filled with blank spaces, created by pressing the 'Space Bar' and 'Enter' for line returns, to eclipse the subreport.
    This workaround is applicable only to subreports that does not grow in size. For example, subreports that display only a chart or graph.
    Steps to Add a Text Object over a Subreport
    1. In the Crystal Reports Designer of the main report, insert a text object over the subreport.
    2. Resize the text object to be the same size or a little larger than the subreport object on the main report.
    3. Fill the text object with blank spaces created by pressing the 'Space Bar' and 'Enter'. This is necessary because resizing a text object without
    the blank spaces will not maintain its size when it has been published on the Web.
    ====================
    NOTE:
    You can format the text object with a hyperlink to another report, another file or a URL.
    ====================
    Now, when the Crystal report is previewed on the Web, the text object that fully eclipses the subreport will prevent the ability to drill down into it.
    Regards
    Girish

  • HOW TO ADD DRILL DOWN IN A REPORT

    hi
    well i want to add drill down in my report....
    im unable to find it ....
    can you please help me to make a drill down in my report.
    thnx and regards
    UMAR NAYAB.

    hey thnx toronto..
    im able to make drill in my report....
    now my chart is not changing its data according to drill.....
    like my bar chart should also change with the data drilled down....
    please help regarding this....
    regards.

  • How to Drill Down Between Queries

    Hi Experts,
    I am fairly new to developing reports, so at the current system there are 2 queries Summary(on a Cube) and Detail(on ODS). These are independent queries rt now. I want to pass Cost center and fiscal Period as parameters from Summary to Detail queries and make it a drill down report so that for each cost element we can get the document details.  I have read the other posts relavant to how to drill down while passing parameters but dint understand much out of those.
    Can anyone please lay down a step - step approach in doing this? Or  share any kind of explanatory documents.
    Thanks
    Sarah

    Hi Sarah,
    Each response you have received so far is recommending the Report-Report Interface (RRI).  It is a powerful and useful technique.  It is simple to do (minutes) and it works in all current and future front-end environments.
    The problem with using is that users need a little bit of training.  And the results they get are ALWAYS exactly as the "receiver" query is displayed in its Global Definition.
    If your users are using Excel and you want them to use a standard template workbook for the receiver, this is difficult (not impossible) to obtain because you need to "touch" each of their PCs and ensure that they have the correct settings on their PC each time you have an upgrade of the front-end (either BW upgrade or PC upgrade).
    In most peoples' opinion, the benefits of RRI outweigh the disadvantages.
    There is another option if you are using Excel.  You can put both queries in a single workbook and use the Business Explorer Analyzer's API functions to create a "Jump" from query 1 to query 2. 
    You can set this up to occur every time that query 1 is refreshed.  Or, your user can select one (or several) results from query 1 to make the jump to query 2.
    The great disadvantage of this alternative approach is that it requires use of both Visual Basic and the BEx API functions.  Not very many people are good at either one of these.  But, they are simple to learn and once you do, there is no end to the amount of customization that can be obtained.
    If you want more information about this approach, post again.  Or, do a search on previous posts that I have made (from these you will find the names of others who are very knowledgeable in this approach as well.)
    Also, here is a link to some examples of BEx API functions that accompany an article written by Joerg Boeke
    http://www.bwexpertonline.com/downloads/boeke04.doc
    - Pete

Maybe you are looking for

  • 'CHANGE' event not triggering for BTE 2214 on park/change from FBV1/FBV2

    I have designed a workflow template for FI parking. If the parked document is rejected, i need to trigger FIPP 'CHANGE' event for sending workitem to approver when someone changes the parked document. In SWEL event trace, the 'CHANGE' event is not ge

  • Safari cannot open after reinstalling lion, pls help !

    Dear Friends, I've updated to latest version of Safari the day of mountain Lion release ( but i'm using Lion), and yesterday I've done clean install of Lion and restore all files using time machine, all went well except that now Safari doesn't open a

  • Error when using composite type

    HI i am getting following error when my plsql procedure uses composite type. ORA-06530: Reference to uninitialized composite ORA-06512: at "PRODMSTR.PKG_BULKLOAD", line 65   PROCEDURE insertData(pd_rec temp_product_details%ROWTYPE)     IS     v_pdid

  • Anyone using the magic trackpad with iPhoto 11 in fullscreen mode?

    I love fullscreen mode in the new release of iPhoto. Does the magic trackpad make it more iPad/phone like?

  • Handsome young Java apprentice seeks Princess Leia!!!!

    Hello, I have had a mixed bag of help and criticism so far. Thanks for those who've helped. I really appreciate it. I am trying to learn the Java Language, i am simply not interested in someone else doing the work for me. With this in mind, any help