Drill Down scenario possible?

Hello Experts,
Please let me know if it is possible to achieve the following scenario. I am using a Pie chart to perform 4-5 drill downs.
1. The Pie Chart has 2 sectors.
2. When Sector 1 is clicked it drills down and spreads into 7-8 sectors.
3. Now when one of these sectors are clicked, they even further drill down to 10-11 sectors each
4. Similarly, Steps 2 and 3 are repeated when Sector 2 is clicked .
Any help is highly appreciated.
Thanks,
NImish

Yes it is possible as my knowledge.
you can do by drill down functionality of pie chart.

Similar Messages

  • Drill down on direct database request

    Hi all,
    I would like to know if its possible to drill down in a table created with a direct database request. I've created the direct request and run it perfectly, but drilling down is not enabled and I, even thought I've looked for it, I couldnt find any option to enable it. I've also checked privileges just in case it had something to do with this, but didnt see anything neither.
    To sum up, could anyone tell me if drilling down is possible in direct database request and, if so, how can I achieve it?
    Thank you very much in advanced for any kind of help.

    NO!!!!!!!!!!
    You Direst SQL query should contain the url
    ex:
    SELECT COL1,COL2,
    '<a href=http://obiapps:9704/analytics/saw.dll?Go&Path=/Answers&path=%2Fshared%2FAppslink%20Dashboards%2F_portal%2FAppslink%20Dashboards%2FEmployee%20Department=Navigate&P0='+BUSINESS_GROUP_NAME+' target=_new>'+BUSINESS_GROUP_NAME+'</a>
    FROM TABLE
    then go for the column format
    Note: in MS SQL + is for concat, you might have to change based on your db.

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

  • Drill down problem

    Hi ALL
    I hv a question that in repository i hv month name & month code in periods table.
    and i set drill down on month name and month code as a level key.
    but when i take month code in report then drill down is possible on month code.
    i want to know, why is it happening?
    Regards,
    SAP

    Hi SAP,
    When you set the level key, you have to uncheck the use for drill down check box to disable the drill down .
    Now go to the logical level key properties and uncheck it.
    Thanks,
    Vino

  • When drilling down,is it possible to see all next level values in one click

    While drilling down, is it possible to see the next level for all Level 1 values instead of just the value this is clicked?
    Is there a feature that we can enable or achieve this differently?

    967447 wrote:
    Hi thanks for the reply. The users requested this.
    e.g. the report is showing Region and Revenue columns.
    There are 5 regions displayed in the report. Letz assume that each region has 3 countries.
    Now if the user clicks on a region to look for country data, the report should be able to display the countries data for all 5 regions instead of just the region that user clicked i.e. in one click the report should show all 15 rows (5 regions * 3 countries)To achieve what you are looking for, I would recommend a different approach. Try this:
    1) Create a summary report of your regions with "high level" infiormation.
    2) Create a detail report with all the columns your wish that would display all the regions and all the countries.
    3) Create a View Selector with both reports, calling the first "Region Summary" and the second "Region Details."
    4) Put this in the Compound Layout and now the users can see both.
    You don't want to use drill or navigation in your scenario.

  • IS it possible to save drill down report in a html file?

    Hi all,
    My client is looking for a html file of a drill down report. Is it possible to save the report in html format with the drill down feature in it? Please help.
    Thanks,
    Karthick

    HI imansyah,
    Can you try doing what you want in first instance and then try posting your problem you face.
    Regards
    Rana

  • Is it possible to use a Java command to RRI and then Drill Down?

    I am trying to build a Java command to jump from Report "A" to Report "B" through an RRI and then apply the same drill downs to report B as the user had entered in Report A. I want to use an RRI as this saves the user re-entering the selection criteria.
    I can get the characteristics that have been drilled down through the command SAPBWGetDataProviderDimensions so all I need to do is complete the RRI and then reapply the same drill downs.
    I've set the code to do an RRI and a simple drill down (see below) but it isn't working,it simply rebuilds the screen (IE no RRI nor expand).If I remove the EXPAND command the RRI works.
    function sheptest() {
    /* Get the optionnode */
    myhtml = '<form name="MyShep" method="post" action="<SAP_BW_URL>">';
    myhtml = myhtml + '<input type="hidden" name="DATA_PROVIDER" value="DATAPROVIDER_1">';
    myhtml = myhtml + '<input type="hidden" name="CMD" value="RRI">';
    myhtml = myhtml + '<input type="hidden" name="RRI_RECEIVER" value="QURY0001">';
    myhtml = myhtml + '<input type="hidden" name="CMD_2" value="CMD=EXPAND&IOBJNM=0MAT_PLANT__0MATL_GROUP">';
    myhtml = myhtml + '</form>';
    alert(myhtml);
    document.getElementById('MyForm').innerHTML = myhtml;
    I also tried changing the dataprovider through the command RESET_DATA_PROVIDER, instead of using the RRI, but when I did this I am forced into the selection criteria screen, which the users want to avoid (as the variables are all the same).
    Is what I'm trying to do possible?
    Any advise will be greatly appreciated.
    Cheers Shep.

    Hi,
    this is only possible with BW 3.5. There you have the possibility to add the parameter &rri=X to the RESET_DATA_PROVIDER command. This will result in transfering filters and variables to the new Query / View.
    With RESET_DATA_PROVIDER you can create a command sequence.
    It is not possible to have a command sequence influencing the result of the command RRI.
    Heike

  • Drill down capability in Oracle Reports graphs - Is it possible

    Hello
    I was looking for drill down capability in graphs. Example my query returns parent - child relationship. It could have upto 3-4 levels. Is it possible to drill down on a per level basis using oracle graphs?
    Message was edited by:
    M@$$@cHu$eTt$

    What I've seen, is people using a component to render the graph (Flex Charting or something else) and then put that rendered graph in the form data before it's being merged with the template.
    Jasmin

  • Is it possible to open drill down chart in different window ?

    Dear expert
    Is it possible to open drill down chart in different window ?
    Regards
    imansyah

    HI imansyah,
    Can you try doing what you want in first instance and then try posting your problem you face.
    Regards
    Rana

  • Is it possible to implement the drill down and navigate reorts in narrative

    any body pse help me to find 'is it possible to implement the drill down and navigate reports in narrative view'

    Hi user12255470,
    Go URLs are a way to directly call an Answer Request or Dashboard Page via a URL. In addition, you can even pass parameters in the URL as filters. GO URLs are used will you want to allow a user to drill into detail by clicking on a static text. It also allows other tools to drill into OBIEE.
    Here's an example GO URL: http://LOCALHOST:9704/analytics/saw.dll?Go&Path=/users/administrator/OTN Tests/Page Test&Style=oracle10&Format=PDF
    I'll break down each piece
    LOCALHOST: This is the URL for your OBIEE web host
    :9704: This is the typical port for OBIEE installs (sometimes 7777)
    ?Go: This is where the it's gets the name "GO URL". It's the GO command.
    &Path= : This is the full path of the report. In my case, it's in the administrator folder in a sub folder called OTN Test. The report itself is called Page Test.
    &Style=: This sets the style, or the look and feel, on how the report is presented. The default is oracle10.
    &Format=: You can set this to default the presentation. I set it to PDf so that a PDF will generated.
    Good luck and if you found this post useful, please award points!
    Best regards!
    -Joe

  • Is it possible to see the Drill down output in the expanded format by default in SSRS reports?

    Hi Guys,
    I have created a drill down report. If i preview my report , by default i can see the out put in the aggregated level and i have to drill  it to down levels if i want. My requirement is i want to see the data in the leaf level by default means report
    should be displayed in the expanded format to the leaf level, if i want i can drill up the report later. 
    Is this possible in SSRS? Can some one help me out on this?
    Thanks in advance.
    Regards,
    kiran

    Hi ,
    Thanks for the reply. but if i follow this steps i can see the output in the expanded format but + and - symbols will be interchanged. That means if i drill up i have (-) before the column name and if i drill down it will be (+). 
    For this to work you need to set properties initial appearance of toggle image
    see this example
    http://www.mssqltips.com/sqlservertip/1329/drill-down-techniques-in-ssrs-with-the-visibility-property/
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • AWM - drill down the data, possible ?

    hi guys,
    i successfully deployed my data warehouse (dw) with owb10g. now, i want to check my dw for example by use a simple drill down function or something similiar. but how could i easily check my dw ??
    i used the export-bridge in the owb client and opened the target schema in my analytic workspace manager (v10.2.0.2.0). but i only see the structure (metadata design) of the dw. i do not see the data (records) inside the dw and no drill down function with the data...
    can anybody help me ? please give me a hint! thx!
    greetings
    s8472

    i did a little bit try and error and it seems indeed that if name my dimension "DIM_TIME" oracle deploy a olap dimension of the type "time" and not normal.
    (you can check the type at the oracle enterprise manager (OEM) at "Administration" - "OLAP Dimension" - "[Your Dimension]" - View type in tab "General".)
    and if the dimension is type "time" it gives the error message in AWM viewing the dimension data. i think the prob is that defined layers and hierarchies in the dimension as i did create other normal dimension.
    do anybody know something about rules how to name the dimensions or how to create a time dimension (maybe no layers allowes?) ?
    greetings
    s8472

  • Drill Down for multiple tables possible?

    Hi,
         I have a web report with 3 tabs (Weekly, Monthly, and Quarterly) sales reports. 
         Is there a way to have a user drill down on any one of the reports and have it also affect/drill down on the remaining reports?  I can get the functionality to work if the 3 tables are not in tabs.

    are you using 7.0 or 3.x. I guess in 7.0 the Command is not executed against an invisible object. May you can try to to create a command sequence Show the items perfom drill down, and hide items.
    best regards,
    Kai

  • Is it possible to drill down in a saved group?

    Hi
    I’ve created a Group via the selections steps, saved the group and now in the selections steps I’ve done the following:
    Article - Description
    1. Start with 'Top 5'
    2. Then, New Step...
    Now, if I see the group in a table, how can I drill down in this Top 5 group to see its members in the table?

    If you have a hierarchy defined, I think you should be able to drill.
    Otherwise you can create an action towards another report to show you the needed information.
    Hope it helps you out.
    KR,
    A

  • Hiding fields in ALV DRILLED DOWN REPORT

    Hi
    My scenario is like this i created a alv drilled down report , in that once the user executes it ,it will displays the header contents of the purchase order.
    If the user double clicks on any of the header line item it will displays the item detials of the particular header data..
    My probelm is if i double click  it i am getting the header details added with the item fields..i want to hide the header detials if i want to c the item level details..
    Can any suggest me some better ways to hide the header contents ??
    Arun Joseph

    hi,
    check ur field cat...
    R u using same name?
    If possible paste ur code here...

Maybe you are looking for