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

Similar Messages

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

  • Problem with drill down in time dimension - OBIEE 11G

    Hello There,
    I have a problem with drill down in time dimension. The hierarchy for time dimension is " Fiscal Year---> Fiscal Quarter---> Month(Name)--->Date". When I select a Time dimension and click results its getting opened in a Pivot table view. The problem here is, when I click the "Total" its getting drilled down to Year ---> Quarter but when I click on "+ sign next to quarter" it should drill down to month for that particular quarter for that particular year but its drilling down to month for that particular quarter for all years.
    Any suggestions are much appreciated.
    Thanks,
    Harry.

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

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

  • 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

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

  • Computation based on the drilling of a time hierarchy

    Hi,
    I have a cube with two dimensions A, B and two measures C, D.
    B is a date and I have values for each day of year.
    I have a classic time hierarchy Year->Quarter->Month->Day for B and A has also some other hierarchy.
    The report shows A, B where the user can drill down using the hierarchies and a computation.
    The computation that I must do is: the value of C at the beggining of the period plus the sum of D in the period.
    My problem is how to get the C at the beggining of the period since I do not know at runtime how far in the time hierarchy the user has drilled down.
    When I know the grouping I can do something like
    SUM(CASE WHEN B.day = B.Calendar Year Start Date THEN C ELSE 0 END)
    or
    SUM(CASE WHEN B.day = B.Calendar Month Start Date THEN C ELSE 0 END)
    to calculate the value of C at the beginning of the period but i do not!
    I cannot use the RANK function because it needs a PARTITION BY and I do not know how far to partition... year? month? day ?
    Example data
    A B C D
    a 1/1/2008 5 6
    a 2/1/2008 4 12
    a 3/1/2008 8 4
    a 1/2/2008 11 1
    b 1/1/2008 2 7
    b 2/1/2008 7 2
    b 1/2/2008 12 31
    So, if the user selects Year I sould get as result
    a 2008 5 + sum(D in 2008 for a) (where 5 is the value of C for a at 1/1/2008 for a)
    b 2008 2 + sum(D in 2008 for b)
    If the user drills down to Month I should get
    a 01/2008 5 + sum(D in 01/2008 for a) (where 5 is the value of C for a at 1/1/2008)
    a 02/2008 11 + sum(D in 02/2008 for a) (where 11 is the value of C for a at 1/2/2008)
    b 01/2008 2 + sum(D in 01/2008 for b) (where 2 is the value of C for a at 1/1/2008)
    b 01/2008 12 + sum(D in 02/2008 for b) (where 12 is the value of C for a at 1/2/2008)
    I just started building reports with Discoverer so I might be missing something. Please help!

    Thank you for the information about this. I now have a chart that displays based on a value the user enters into a text box.
    It looks like I have to delete a chart and then add it again, this time with the WHERE clause I would like to use. For some reason or other I have had difficulty modifying an existing chart in this way.
    Thank you again.

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

  • 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

  • Drill Down in Dimension hierarchy in 11g......

    Hi,
    I place dimension hierarchy in my report.drill down is not working for dimension hierarchy.when I Click + symbol it working fine.
    requeriment is when I click The Value it will be Drilldown.
    Any Help....
    Thanks,

    Check these links
    http://www.rittmanmead.com/2010/10/oracle-bi-ee-11g-navigation-passing-parameters-using-hierarchical-columns/
    http://prasadmadhasi.com/2011/12/15/hierarchicalnavigationinobiee11g/

  • 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

  • "Enable query drill" opt. with multiple DPs launch all when drilling down

    Hi folks,
    I am using BO XI R2 and i am experiencing a weird behavior.
    I have created a report with 11 data providers and the option "Query drill" enabled. The reason is that I have several COUNT DISTINCT measures that need to go to the database when I drill down (not possible to aggregate them). Basicaly, I have one data provider per item where item could be a table or a chart.
    Now, when I do a drill down in one of dimensions in the tables/charts, I check the processes in the database and it looks like it is launching all the data providers, not just the one I am doing drill down with, so the performance is very poor. Anyone has experienced this behavior? Am I missing anything?
    Thanks in advance

    Hi John,
    Following information might be helpful in resolving the issue.
    You are able to drill only in one dimension in one report tab. The same dimension contained in 2nd report tab based on the same data provider is not drilled. 
    This is contradictory to what is documented in the product guide. See page 75 of the guide xir2_wi_analysis_en.pdf section 'Query drill and other reports based on the same data provider':
    "Query drill and other reports based on the same data provider
    If your document contains other reports that contain dimensions on which you drill in query drill mode, these reports are affected because the query drill modifies the dimensions they contain.
    Example: Drilling on a dimension that appears in another report If you have two reports based on a query that contains Year, Quarter and Sales Revenue, and you use query drill to drill down to Year = 2001 on the first report, Web Intelligence also filters the data for Year in the second report to include 2001 only.
    You can avoid this (at the cost of retrieving duplicate data into Web Intelligence) by creating a new data provider and rebuilding the other report against it. Now when you drill in query drill mode, the other report remains unaffected."
    I hope this will help you.
    Regards,
    Sarbhjeet Kaur

Maybe you are looking for