Drill down in obiee 10g

Hi All,
Is there any way when we drilldown a column instead of moving columns to the right side, we need it the columns to be moved to the bottom.
Fro Example
Country 4000
When we click on Country basically it wil give
Country State1 300
........... State2 200 etc...
But we need
Country 4000
State1 300
State2 200
State3 100 etc..
Again en we click on any state then it should be ike
Country 4000
State1 300
..District1 50
..District2 45
..district3 22 etc..
Like the dimension hierarchy level drill down in 11g.
https://blogs.oracle.com/robreynolds/entry/obiee_11g_new_feature_-_hierar
Thanks

No, there's no way to do this in 10g. Hierarchical columns allow this, but they were first introduced in 11g.
JB

Similar Messages

  • Drill down error in 10g - No Columns displayed

    When drilling down on OBIEE 10g reports sometimes the result is "No columns displayed", we cannot find any particular reason why this happened. The columns are available and should show up so it's perceived as an error for our users.
    Does anyone know how and why this happens and what a possible solution might be?
    Much appreciated!

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Drill Down in OBIEE

    Hi, I defined dimensional hierarchy of 6 levels in Repository from a table.
    I have a flat table in database which represents the hierarchy and is as below:
    some levels have no sublevels and some have. the max levels is five, lets say.
    When a level has no sub level, there is null value in the field.
    level 1 is top most and level 5 being the lowest level. as below:
    http://img828.imageshack.us/img828/2531/29116555.jpg
    I have one more table, where I have employee name, employee number. I joined these two tables and
    I made a dimensional hierarchy combining these two tables.
    In the report, I must see, employee details as child to the last existing level.
    So I included employee name as detail for that hierarchy.
    Now my problem is,
    Ifthere is no sub level for particular level, it is noted as null in the table, so I should see employee name after that level.
    That is, when a level is ended, and has no more further levels, it should display employee name as its child level and followed by measure value for that.
    For example, in the report, I have to see as:
    http://img101.imageshack.us/img101/5760/43637216.jpg
    When I drill A, it should show me levels, a,b,c,d,empname
    when I again click c, since c has no sub levels, it should retrieve employee name as drilldown.
    Hope I am clear. I am not able to implement this,
    Please help me.

    Your describing a ragged hiearchy that is not supported out of the box in OBIEE 10G
    Your options :
    1) Flatten the hierarchy as part of your ETL process, your level 2 'c' would be populated all the way down the hierarchy, no big deal really, just more columns in the report until you get to Employee Name + Number or whatever you have on your detail / leaf level.
    2) use an nvl() function of whatever your source db supports and return a 'no child' or similar value literal string, at least the users will know they hit the bottom of the real data (level 2 in this case) and are now drilling through to the detail level. You could get clever and use a case statement on the value and offer some form of GOURL to another report to stop this drilling (but it wont give you drill in place on the dashboard, it will be a new window)
    3) 11G is out as of yesterday, I think this supports ragged hierarchies now does it not ? I've not had a proper play yet, my colleague has been beta testing but some of us have to bill proper days ;-)

  • How to build drill down reports in 10g

    Hi everybody,
    I want build the reports with drill down option.Can any one help regarding this.
    Also i want to publish that output in Excel sheet.
    Example:
    Monthly Commission Statement FOR <MM/YYYY>
    GAM CODE & GAM NAME :<GAM Code &GAM Name>     
    GAM UNIT CODE:          :<GAM Unit Code>     
    AM CODE & AM NAME     :<AM Code & AM Name>     
    AM UNIT CODE          :<AM Unit Code>     
    AGENT-CODE & AGENT NAME :<Agent Code &Agnet Name>     
    i wnat to drop down list for all those like MM/YYYY,GAM Code&GAM Name......
    Any document for this with screen shots.
    Thanks to all inadvance

    Maybe this?
    http://www.oracle.com/technology/documentation/reports.html
    For Excel report do a search there with 'DESFORMAT= spreadsheet'
    Hope helps you

  • To stop the drill down in OBIEE 11g

    Can we stop the level of drill down in RPD.
    ie) The Hierarchy level is l1->l2->l3->l4->l5
    I need to stop the hierarchy at l4 and it shouldnot drill down to l5.

    Hi,
    Expand the Dimensional Hierarchy that you have created and at the level where you need to stop the drill down-->open that level-->in general-->uncheck the 'Supports rollup to higher level of aggregation' and this should solve your problem.
    Otherwise if you need only till 4th level, then create till 4th level for hierarchy.
    Hope this should solve your problem.
    Regards
    MuRam

  • Two questions about drill-down of obiee

    First, when i dirll down next level, can i change the measure or hide needless measure. Can be implemented by obiee? How?
    Second, the navigation on web designer. I want to navigate from query_1 to query_2, how? For example,
    query_1
    class people_num
    class1 30
    class2 35
    class3 28
    query_2
    name sex phone
    I don't know that everyone understand it.
    Thanks
    Edited by: user10496160 on 2008-10-30 下午10:40

    For what you are doing, I think Presentation Variables would work best giving you the most flexibility for your users.
    First create a Dashboard prompt on Class and save it to a Presentation Variable called prmtClass, for example. Check the "All Choices" checkbox in the prompt so the user has that choice available.
    Now build your MAIN report with the columns you desire on the highest level.
    Next, build the DETAIL report with the Class, Name, Phone number, etc. columns, with the filter on the Class column set to the Presentation Variable prmtClass.
    Add the Navigation on Value Interaction feature on the Class column in the MAIN report.
    When the user clicks on a particular class, the navigation feature will direct the user to the DETAIl report. The PV will filter that report so only the particular class will show.

  • "How can I call Drill down report in 10g Without hard code user/password"

    Dear All;
    Can I get the "Pasword" of the login user in oracle, because I want to use in report, i have get the
    User Name and Connecting string already but I can not get the Password. can I anybody tell me
    "How I get the Password in Oracle 10g"
    Give User Name: = SELECT SYS_CONTEXT('USERENV','CURRENT_SCHEMA') FROM DUAL;
    Give DB Name: = SELECT SYS_CONTEXT('USERENV','DB_NAME') FROM DUAL;
    BUT how I get the password............???
    regards;
    Zahid Hussain
    Edited by: zahid9999 on Jun 10, 2010 3:04 AM

    hi
    you can use openDocument for this.
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf]
    I would suggest to use variables that build the HTML code for the hyperlinks dynamically, and display them in your crosstab. Set the display option for the related cells (ie. the cells where your variables are displayed in) so that the cell's contents as interpreted as HTML code.
    Regards,
    Stratos

  • Hyperlink on fields to be enabled only after drilling down

    Hello,
    I am facing a issue with drill down on OBIEE 10g. The issue is as below:
    We have a geography hierarchy - Theater -> country -> state -> city.
    Summary report for Orders will have the total $ value for the entire month. The summary report starts from the theater level and user can drill down to the city level Total $.
    User wants a hyperlink on the total$. When user clicks on the $ value it should take the user to a detail report, that will show the individual orders that make up the total $.
    But the User wants the hyperlink to be enabled only when he has drilled down to the city level.
    Is there a way to achieve this? Please let me know.
    Thanks
    Vin

    Hey,
    there is a way to achieve that but it's not pretty instead of drill down create four reports top report only theater and total second theater,country and total third report theater,country,state and total and the final report all the 4 and total and keep navigate option on each reports in the final report hyper link total if the user is ok with this way try it.

  • OBIEE 10g Drill Down Chart From Axis Label

    Hello All
    Does any one know if OBIEE 10g can drill down values in a chart by clicking the axis labels of the charts.
    In other words, if there was a bar chart with two bars, one for May and one for June, could a user click on the label 'May' or 'June' to drill down in the chart or can OBIEE only drill charts by clicking on the actual bar in the chart?
    Thanks!

    Hi,
    In 11g chart navigations have changed.They are now moved to the criteria level and are therefore not available in results view.In your case, navigate to the criteria ->interaction tab and add the target as action link.
    Refer-
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/navigation-between-charts-obiee-11g-4086065
    Hope this helped/ answered
    Regards
    MuRam

  • OBIEE 11.1.1.6 Paretto Chart drill down

    A Pareto chart when created using OBIEE 11.1.1.6 drills down to the incorrect hierarchial map. This was a bug with OBIEE 10g:
    BUG:8769813 - DRILL DOWN IN PARETO GOES TO WRONG CHILD
    NOTE:517727.1 - pareto charts
    It was originally an issue with the use of Corda charts. This was supposed to be fixed with the move to OBIEE 11g but it does not seem to be so in our case, since we encounter the same error.
    Original OBIEE 10g error: https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?_afrLoop=738674755173621&id=1200914.1&_afrWindowMode=0&_adf.ctrl-state=k53hrt132_215
    I will look around on the forum, but any insight would help

    I will try and explain the sequence of occurances on an Oracle "Sample Sales Lite" analysis, in case it needs to be recreated.
    It is a very simple analysis using the “Sample Sales lite” subject area provided by Oracle. The criteria is just company from within offices as the dimension and revenue from within base fact as the fact.
    The typical hierarchial drill path for the “Company” dimension within offices as per the RPD definition is Company > Organization > Department > Office.
    When viewed as a table this drill path works perfectly fine. When we represent the same as a Paretto chart, on clicking on “Stockplus Inc”, the output drills down to a breakdown of "Genmind Corp" instead. This is the same when viewed as an analysis and on a dashboard.
    I have seen similar occurances with bubble charts as well. Do let me know.

  • No drill down to details pivot table 10g

    In OBIEE 10g a drill down to Siebel CRM (using rowid) works perfectly when using a table. However when using a pivot table on the same criteria with the navigation specified the drill down does not show up. Any ideas?

    Please try to go to criteria and punch the column format of that column and use "Column Heading Interaction "
    Edited by: user13545914 on Jul 17, 2012 4:27 PM

  • 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

  • OBIEE 11g drill down issue

    Hi,
    I've configured a hierarchy (level-based) on clustering attributes: info_data(id,gender,age,region,category,relevation_date,cluster_name) dimension_data(foreign_id,occurrences) in which the hierarchy is defined as: gender ->age -> region. I've done the same type of hierarchy on other business models (also other tables) and it worked as expected.
    In this configuration, instead, the drill-down seems to collapse into the detail level directly: for example if I make a pie chart where I put as pies the gender distribution (M/F) and I click on the pie with "M" I expect to have a pie with the age combinations, but what I have is that also the id (which is the display column for the detail level) shows up making the chart unreadable (all combination of age/id for "M"...as id is unique every pie as the same size).
    I've done some research and tried some workaround I see for similar problems like marking the hierarchy as ragged, but the problem still remains. Any idea?
    Thank you in advance.

    Which release do you use of OBIEE ?

  • In OBIEE charts, how do you make drill downs work on custom formulas?

    I posted this over on Linked In and didn't get an anser, so I'm hoping someone here has an answer.
    I'm writing a summary query / chart for a dashboard in OBIEE 10.1 with a drill down (technically it's a "navigation") for more information. This chart breaks down the data by fiscal quarter and by geography (both are columns in the subject area) and I can get this drill down to work just fine. But I also have this chart broken down by some custom calculated fields (CASE WHEN statements) that classify revenue into Forecast / At Risk / Upside etc. (which are not columns or values of columns within the subject area).
    When I add a drill down or navigate function onto those calculated columns, I'm getting a full data set ... not a filtered data set for that particular calculated field. (Yes, I have all of the IS PROMPTED filters set up correctly, and yes the formulas in the source and destination queries are identical).
    Does anyone have any ideas on how to make the drill down or navigation work on custom formulas?
    Thanks
    Ted

    Using the Paint demo
    Report 1 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end" columnID="c4">
    <saw:tableHeading>
    <saw:caption>
    <saw:text>Markets</saw:text></saw:caption></saw:tableHeading>
    <saw:columnHeading>
    <saw:caption>
    <saw:text>Region</saw:text></saw:caption>
    <saw:displayFormat interaction="default"/></saw:columnHeading>
    <saw:displayFormat suppress="default" interaction="navigate" wrapText="true">
    <saw:navigation xsi:type="saw:sawNavLink">
    <saw:navTargets>
    <saw:navTarget xsi:type="saw:reportLink" path="/shared/Paint Demo/Sample Analyses/Color Analysis Navigate"/></saw:navTargets></saw:navigation></saw:displayFormat></saw:column>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/></saw:views>
    <saw:prompts/></saw:report>
    Report 2 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis Navigate*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="Markets.Region" columnID="c5"/>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="staticchart!1"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/pie.cxml"/>
    <saw:canvasFormat/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:constant value="1"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:column columnID="c5"/>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections></saw:view></saw:views>
    <saw:prompts/></saw:report>
    The first report navigates and prompts the second report on the calculated field.
    Regards
    Chris

  • Discoverer 10g r2 (SSL) drill down issue

    Hi,
    We have encountered a strange drill down problem with Discoverer Viewer. When configured to run in SSL mode on port 443, the drill feature in Discoverer Viewer doesn't work. When drilled, the generic html message "This page cannot be displayed" is seen. The problem disappears when the SSL port is changed to 4443 or when SSL is disabled. We don't come across this problem in Plus, no matter what the port is.
    The discoverer version is 10g r2 on Linux 2.4.
    Has anyone faced a similar problem? Thanks in advance for your inputs.
    Regards,
    Chethan

    Hi ,
    1. You need to include Perl 5.6.1 (or later) installed and in the PATH.
    2. Set the ORACLE_HOME environment variable to point to the BI Midtier Home.
    3. Add %ORACLE_HOME%\OPatch in the PATH
    4 . Once the one-off patch bundle is downloaded extract the patch contents under a directory
    5. Stop the service using opmnctl stopall
    6. Run Database OPATCH utility with the right parameters to proceed with the patch installation
    cd <directory where the patch contents were extracted >
    opatch apply
    7. Start the service using opmnctl startall
    You can see the list of patch installed by opatch lsinventory
    Thanks,
    Sutirtha

Maybe you are looking for

  • Installation problem on Lenovo System Update 5.01

    I have a problem with installing the system update. right when the bar reachs installing SUS service, the installation fails. It says that the installation wizard failed because it was interrupted. I have not interrupted anything. HELP ME!!          

  • Itunes no longer recognizes iphone

    Hi everyone, I'm having a big problem synching my iphone 5 with iTunes 11.1.4.62 on my Windows 8.1 laptop. It started two days ago when I tried to add a couple albums to my phone (via cable) and noticed that it was synching about 5 times slower than

  • Functionality of Bell Curve in PD module

    Hi, Can anybody flash some light on the functionality of bell curve in apprisals...hows its used in SAP.Any standard config available in the system? Please help Thanks in advance, Ashwini

  • Export Media options

    PPro CS5.5     I'm not a regular user and keep coming back to the same problem when I do use this. Nothing complex being tried here just simple removal cuts and export. ex// Got a sequence, Video1 and Audio1,  the source is 640x480 24fps. When I expo

  • WHAT THE **** IS THIS ERROR

    I AM TRYING TO UPLOAD TO YOUTUBE AND I GET THIS ERROR (An error occurred during communication with the server ("Operation could not be completed. (kCFErrorDomainCFNetwork error 303.)"). Please make sure you are connected to the internet, and then try