Incorrect grand total when drilling down

Hi,
I have a simple crosstab report showing budgets and costs against consortia. The consortia names are the row headers.
There is a heiracrhy of practices within consortia.
I have a 'grand total' calculation at the bottom.
When I drill down from any consortium to the practices within it, the total is fine - even if I drill down from all the consortia, as long as I drill down from each consortium one at a time.
BUT - if I drill down to practice level in one go (from the heading bar above the consortium names), the total is doubled!
Has anyone else had this problem? Any solutions?
Thanks

Hi,
The total is doubled because the level1 itself is a total of level2. So, the report will looks like this:
Consortium 100
Practice1 50
Practice2 50
The solution, I would suggest is first have subtotals for each change in Consortium and then add a calculation as SUM(subtotal). Dont display the subtotals.
This is just a workaround though.
Hope this helps,
Yogini

Similar Messages

  • Remove totals when drilling down

    All,
    I have an Operating Statement style report with Total Revenue and Total Operating Expenses and then a Net Operating Income Total that sums the two sections. However, when I drill down the hierarchy of accounts I end up with totals that are repeated several times. For example: when I drill into an account "Provision for Doubtful Acounts" to the lowest level under Total Operating Expenses I get the lowest level account's amounts, then Provision for Doubtful Amounts Total, which is the same, Total Operating Expenses, which is the same, and Net Operating Income Total, which is the same.
    This gets to be super repetitive. Is there any way to make it so when I drill down some of the subtotals fall away so that there is only one total?

    950121 wrote:
    All,
    I have an Operating Statement style report with Total Revenue and Total Operating Expenses and then a Net Operating Income Total that sums the two sections. However, when I drill down the hierarchy of accounts I end up with totals that are repeated several times. For example: when I drill into an account "Provision for Doubtful Acounts" to the lowest level under Total Operating Expenses I get the lowest level account's amounts, then Provision for Doubtful Amounts Total, which is the same, Total Operating Expenses, which is the same, and Net Operating Income Total, which is the same.
    This gets to be super repetitive. Is there any way to make it so when I drill down some of the subtotals fall away so that there is only one total?Yes, the answer is don't use "drill down." Use Navigation>Value Interaction.
    Then you can create each detail report with totals you want to see.

  • Pie Chart legend text when drill down too larger

    Dear Gurus,
    I have this report with Pie chart:
    *)Table:
    Element Group
    Earnings 100
    Deductions 30
    When drill down (after click on Earnings/Deductions), it become detail like this:
    Element Group Classification Name
    Earning Regular
    Earning Irregular
    And the Pie chart legend show this: Earnings, Regular Earnings
    ->how to remove Earnings?I just want to show classification name as legend.
    I use OBIEE 11.1.1.3
    Any help will be appreciated
    Regards
    Joe
    Edited by: JoeSSI on Aug 10, 2012 12:33 AM
    Edited by: JoeSSI on Aug 10, 2012 12:35 AM
    Edited by: JoeSSI on Aug 10, 2012 3:24 AM

    Hi Joe,
    There was a bug associated with repeated legends in 11.1.1.3 version.Can you check the below document and see if the mentioned patch helps,
    Vertical Bar Charts In OBIEE 11g Display Repeated Labels In The Graph Legend [ID 1376185.1]
    Regards,
    Dpka

  • 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

  • Limit the members shown when drilling down

    Hi,
    Is it possible to limit the members shown of a level, when drilling down? I have a dimension in groups with a medium level that has a lot of members, and when I drill down from the top level in this dimension, a lot of members are shown and the graph is too confused.
    Thanks in advanced...

    Hi all,
    I have discoreved how to do this programmatically.
    //Limit series to 10 elements
    graph.setDisplaySeries(10);
    graph.setDisplaySeriesLimit(10);
    graph.setAutoLayout(Graph.AL_NEVER);
    graph.setLegendScrollbarPresence(ThinGraph.SP_NEVER);
    graph.setLegendSeriesCount(10);
    graph.setScrollbarPresenceSeries(ThinGraph.SP_NEVER);
    //And limit groups to 10 elements
    graph.setDisplayGroups(10);
    graph.setDisplayGroupsLimit(10);
    graph.setScrollbarPresenceGroups(ThinGraph.SP_NEVER);
    Hope this helps someone with the same problem...

  • Incorrect Grand total

    Can anyone pls tell how to fix the issue of Incorrect Grand total ?
    Especially for calculated values.If any formula is applied then the grand total should also be executed with the same formulas.
    Pls help

    Thanks Madhan and MMA.
    Madhan
    I've already tried adding <ReportAggregateEnabled>true</ReportAggregateEnabled> and even after restarting the services no use. My server version is 10.1.3.2.1.Is there any alternate solution?
    MMA
    I tried with Server complex aggregate also.But no use.
    Pls suggest if there is any alternate solution.

  • OBIEE 11g Report-When drilling down to lower level, totals are not matching

    Hi All,
    I am creating a report in Analytics 7.9.6.3 , OBIEE 11g - Let’s say Budget Cost/Actual Cost based on the Date Dimension
    Have selected the Fiscal Year Dim, Fact Budget Cost, Fact Actual Cost
    FY BCost ACost
    2011 100 120
    2012 150 140
    Total 250 260
    But here when I am drilling down from Year to Quarter and Period - The values are not matching with the totals....
    FY FY Qrt BCost ACost
    2011 2011 Q1 80 100
    2011 Q2 100 90
    2011 Q3 110 120
    2011 Q4 90 130
    Total 380 440
    Fiscal Year, Fiscal Quarter Budget Cost and Actual Cost are not returning correct results – When selecting cost's by fiscal year, or filtering on a specific fiscal year, the amount returned does not equal the fiscal year total;
    when I am drilling down to Quarter and Period Level the BCost & ACosts are bumping the Numbers as above and not matching with totals
    Any suggestions?

    Check out the query in both the times.Execute against database and try to sum the data for quarter/period and compare it with Year data.
    Just try to differentiate is it a report total that is getting wrong or the data in the database table itself is getting wrong stored.
    Mark as helpful if it helps.
    Regards,
    Veeresh Rayan

  • How does OBI decide what column to display when drilling down on hierarchy

    Hi All,
    Lets say I have a logical table called Custom_Account which has Level 1 through 10, where 1 being the total level and 10 being the detail level. I have created a level based hierarchy.
    On the total level, lets say I have 2 columns called Hier1_code and Hier1_name, and in the next level, I actually have four columns, Hier2_code, hier2_name, hier2_desc, hier2_details.
    Now what configuration settings do I need to make in order for OBIEE to display all the fouce columns from level 2 when a user clicks on a column from level1?
    Meaning, how do I define the columns that would be displayed upon drilling down from a parent level to child level.
    Can someone please give some clear explanation, as I am confused here.
    Thank you,
    Peter.

    Hi Peter,
    After you have defined a hierarchy, you could open the properties of any level in the hierarchy and set the 'Use for Display checkbox' in the "Keys" tab for all the columns you would like to be displayed at this level.
    Hope this helps.
    Thank you,
    Dhar

  • Error when drill down with essbase hierarchy

    Hi ,
    I am displaying one bar chart with, one Ragged hierarchy dimension "Region" ( structure : total region - > India , US -> India south , US south -> chennai , California) and "revenue" (measure) .
    Sometime's the drill down is happening smoothly (region - > sub region - > city) but sometimes its throwing below error :
    Error Codes: OAMP2OPY:QIKSHNQU
    DXE compiler error. Coordinate in target list must match to*coordinate in group by list. Source name:*
    GroupbyAndCoorTableCompiler::run. XML: <sawxd:expr*xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"**xmlns:sawxd="com.siebel.analytics.web/expressiondxe/v1.1"**xmlns:sawq="com.siebel.analytics.web/querydxe/v1.1"**xsi:type="sawq:groupbyField" refCoorID="5"/>*
    FYI , I have a product prompt attached with this graph . i.e , when user selects "total product" and drilling down its
    working perfectly but when selects "network products" its throwing the mentioned error .
    OBIEE version used : 11.1.1.6.2 (Build 120604.0813 BP1 64-bit)
    essbase version used : 11.1.2.1
    Thanks
    sayak

    I have created one report using Essbase cubes in OBIEE11G and when I am archiving the same report at one local server and unarchiving it at some other server then at the other server I am facing this error.
    Any replies will indeed be helpful.

  • Workspace error when drilling down on Essbase Cube

    An Interactive Reporting Service error has occurred.-Failed to acquire requested service.
    (2001)
    We're trying to create OLAP queries in IR to deploy through workspace. When I drill down on any dimension, after deploying to workspace, I get the generic error above. Has anyone seen this error?

    I have created one report using Essbase cubes in OBIEE11G and when I am archiving the same report at one local server and unarchiving it at some other server then at the other server I am facing this error.
    Any replies will indeed be helpful.

  • Rag: Query performence - Report taking long time when drill down a Char.

    Hi All,
    After executing the report when we try to Drilldown PO Char, then the report used to take long time nearly 60 to 90 minutes and thorough an errors that  "An error is occurred during loading" or "Connection Timed Out".
    The report is created on Multiprovider which is build on 7 infocubes and the data for the PO char is coming from all the 7 cubes.
    So we have created Aggregates on the 5 Infocubes based on system proposal.
    Then,
    We checked in RSRT, the data is coming from all 5 Aggregates and also when we drill down the PO also the data is coming from 5 Aggregates itself.
    But,
    The report is running fine and also when we drilldown the PO to show all the PO values, then the report showing all the POu2019s details by taking nearly 15 mins only.
    Here our concern is why the report is taking 15 mins when we drill a PO char.
    Could any one give suggestions please.
    Thanks in Adv.
    Raju. E

    Hi,
    please check this list for query performance:
    http://sapbwneelam.blogspot.com/2007/10/checklist-for-query-performance.html
    Regards
    Erwin

  • Error when Drill down on top level of hierarchy node

    Hi Gurus,
    The following error occurs when I drill down to a "Actual Line items sub report" using the "top node" of an hierarchy based report .
    But, the same drill down works fine when I drill down using the very sub level of the same hierarchy (without any further levels of hierarchies).
    System error in program SAPLRRK0 and form NACHLESEN_INIT_NODE-01-
    Any help or work around suggestion would be highly appreciated.
    Thanks
    Ajay

    Hi,
    Thanks for the start.
    But, My Hierarchy is already active.
    Any other place to check for?

  • STORAGE_PARAMETERS_WRONG_SET when drill down in FAGLB03

    hi Experts
    i have a memory problem when i try to drill down information on transacction FAGLB03, i check the parameters
    -abap/heap_area_dia and
    -abap/heap_area_nondia
    and do the recomendation for the the dump, but dont work.
    any idea?

    hi
    the operating system is Windows 2003R2.
    best regards.

  • Weird behaviour when drilling down in time hierarchy

    Hi Experts,
    We have time hierarchy
    year--->quarter--->month--->week--->day.
    But when im drilling down from Quarter it is showing the week level and not the month level and then again if i m trying to drill down from quarter then it is showing the month.
    What can be the issue here?
    Regards

    Hi,
    just check what u have set into preferred drill path tab for Logical level quarter.
    Regards,
    Vikas
    Edited by: user7312087 on Jul 7, 2009 12:27 AM

  • Overal Result is changing when drill down the char - report is having cond.

    Hi ,
    we are running one report, the overal result is changing by drill down one char. if we remove drill down  the same char. then it is displying the original value.
    Note: we have one condition on the report. in the _Characterstiv Assignment tab_  the radio box Individual chars and Chars. combinations is selected.
    can any one please sugest us, how to get the same result even though we dril down the other chars.
    Thanks in Advance,
    Raju

    Hi Gangaraju,
    If i am correct, the key figure column for which the total is changing is having the property set as "Calculate result as :Total"  at query designer level.
    If you want to display the same total irrespective of the drilldown of the characteristics then remove this property from the keyfigure in Query Designer .
    Then you will see the original total irrespective of the characteristic being taken for drilldown.
    I hope the above reply was helpful.
    Kind Regards,
    Ashutosh Singh

Maybe you are looking for

  • When logging on to Windows 7 user gets a second mapped drive to the users home folder

    Morning, I'm working through an issue we've discovered whilst trialing Windows 7.  Our environment is setup as follows. Domain Controllers are Windows Server 2003 Clients are Windows XP and Windows 7 Windows XP and Windows 7 Clients are in seperate O

  • How do I add album art to my iPod touch?

    How do I add album art to my iPod touch?

  • High resolution Cinemagraph

    Hi! I am trying to create some high resolution cinemagraphs (aka gif) but seem to be having some output issues due to high rate of loss and compression. Does anyone have any recommendations in using a different software (I'm using PS CC) ? PS CC vs.

  • Letters are not turned by copy to Corel Draw

    Hello, I made with Visio 2013 a drawing with dimensioning. In some parts of the drawing the text of the dimensioning is turned to 90 grade. If I copy this drawing to Corel Draw, the letters of this text are not turned and they are now one below the o

  • Need user name in header data when posting f-65

    Hi all, I had a problem while posting accounting Document through Workflow. Whever i am posting the document manually my user name is entered in the header data of posted document. But whenever i am posting it through workflow i am getting the entere