Drill through from Bar Chart.

Hi,
I have a requirement and am having a difficult time coming up with a solution.
I have a custom table thats gives me the amount values for Costs, Commitments and Budgets by Project. So the columns for this table are Project, Budgets, Costs, Commitments.
I have created a bar chart that displays each of these amounts and the Project is the measure.
The requirement is to drill from each of the bars directly to their own specific reports.
I added the navigation path for these detail reports in the Chart Properties. Doing this allows me to click on each bar but it displays the list of the Navigations that I set inthe Chart Properties eg (it shows a List like
Cost Details
Commitment Details
Budget Details) .
When I select any report from the list it does take me to the Report I need.
What I want is to be able to Click on the Costs Bar in the Chart and it should take me directly to the Costs Detail report, instead of selecting the Report from a list.
I have been racking my brains to get this resolved, but have not come to any solution.
I have tried adding the navigation path directly on the Costs column, that seems to work for the table view but not the Chart view.
Any inputs are greatly appreciated.
Thanks,
Lavina

Thanks Aravind,
Setting the navigation path in the Chart Interaction tab does not get me the desired result. It will work for one bar and one report.
When I click on a bar, it does not know which report to go to if there are multiple navigation paths (which is my case).
When I click on the bar , it shows me a list of reports that I can select from, but I want it to be that when I click on a bar it should directly go to the report
Thanks,
Lavina

Similar Messages

  • Drill down from the charts of VC

    Dear gurus,
       can I realize the functionality of drilling down from the charts of VC?
       For example, I have a bar chart. Can I drill down from each bar of chart to detailed infomation about that bar?
       Please advise. I'll assign points if helpful. Thanks in advance.
    Jin Ming

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

  • 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

  • OBIEE 11G   HOLAP( drill through)   from ORACLE OLAP  to  Relaltional table

    Hi Experts...
    I have some idea that the drill through from an essbase cube to an relational cube can be possible with few limitations in OBIEE 10g. I am looking for the same feature with ORACLE OLAP option . I have OLAP cube built in 11g (leve5 - granularity to one of the dimension) , and relational has 7 levels. In OBIEE once drill down to the level 5 it has fetched data from OLAP , and going beyond to level 6 -7 then it should get the data from relational table.
    Do anyone had gone through such solution, Please kndly share your inputs and documents which would be helpful.
    Thanks
    S

    This is very easy. It's really no different from setting up OBIEE to drill from one table to another. Let's assume that you have your cube mapped in OBIEE using the OBIEE plug-in for Analytic Workspace Manager. Here is an outline of the steps:
    1. Add the dimension table and fact table to the OBIEE physical layer.
    2. Add the new level to the OBIEE dimension object in the business layer.
    3. Add the dimension table as a new logical table source to the existing dimension table in the business layer.
    4. Add the fact table as new table in the business layer.
    5. Define joins in the physical and business model as appropriate.
    6. Set set keys in the tables and the dimension as appropriate.
    7. Set the level for the new dimension table to the appropriate level in the dimension.
    Again, it's really best to just think about this as drilling from one table to another.

  • Drill-Down from several Charts to Same Target

    Hi,
    we have built a dashboard with 3 (soon to be 6) column charts and one line chart below. The colum charts represent 6 KPIs aggregated for a year for different warehouses. Each warehouse is a specific series (because we want them to have a individual colors). When the user clicks on a warehouse in one of the column charts, we want the line chart above to show the
    For this purpose, we have all column charts store drill-down values to the same two cells:
    - One cell stores the series name (warehouse selected)
    - One cell stores the name of the clicked line chart (we use a single cell with the chart name as source for the first series of each chart. After the first series is selected as the default drill-down, this source and destination seems to be used for every series selected, which might be a bug)
    Our problem is, all queries for the charts are loaded at startup. The default drill-downs for all charts are done, and we have a random chart in the drill-down destination. If the user clicks the same chart again, we do not notice this as the value of our target cell does not change. We have tried several solutions for this, but nothing is really satisfactory.
    Does any of you have an idea, or a similar dashboard maybe, where the drill-down of several charts (preferably with several series per chart) is stored into a single target chart?
    Thanks & Regards,
    Sebastian

    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

  • Drill through from Planning to FDM 11.1.2 Not working

    Hi,
    I have FDM with Essbase adapter installed, version 11.1.2.0.0.
    And i have FDM application configured to load data from files to essbase. When in Planning form i am clicking 'drill through' icon on cell with loaded data it opens new window with error:
    Error: No locations were found matching the passed intersection values. Please verify:
    1) that the target system (originating the drill through) is properly configured;
    2) that FDM POVs have not been retroactively modified or compromised.
    In the FDM error log the following record:
    ERROR:
    Code............................................. 7123
    Description...................................... INSERSECTION SQL DEBUG
    Procedure........................................ SELECT vDataFact.PartitionKey, PartName, CatName, CatTarget, PeriodKey, PeriodDesc, DataView, AccountX, EntityX, ICPX, UD1X, UD2X, UD3X, UD4X, UD5X, UD6X, UD7X, UD8X, UD9X, UD10X, UD11X, UD12X, UD13X, UD14X, UD15X, UD16X, UD17X, UD18X, UD19X, UD20X, SUM(DECODE(ChangeSign, 0, (Amount), 1, (Amount *-1), (Amount))) AS Amt From vDataFact Where (((CatTarget) = N'EXP.011201PDV.BDRS.BUDGET') And ((PeriodTargetM) = N'Jan') And ((YearTarget) = N'FY10') And ((CalcAcctType) > 0) And ((AccountX) = N'EXP.011201') And ((EntityX) = N'EXP.011201PDV.BDRS.BUDGETV.FACTEXT.KNT.NAAC.3200EN.GD') And ((ICPX IS NULL) or (ICPX = N'') or (upper(ICPX) = N'[ICP NONE]')) And ((upper(UD1X)) = N'EXP.011201PDV.BDRS.BUDGETV.FACTEXT.KNT.NA') And ((upper(UD2X)) = N'EXP.011201PDV.BDRS.BUDGETV.FACTEXT.KNT.NAAC.3200') And ((upper(UD3X)) = N'EXP.011201PDV.BDR') And ((upper(UD4X)) = N'EXP.011201PDV.BDRS.BUDGETV.FACT') (and so on...)
    And we can see that (CatTarget) = N'EXP.011201PDV.BDRS.BUDGET' consist of three joined together elements from three different dimension EXP.011201(account) and PDV.BDR(custom3) and S.BUDGET(scenario).
    With other custom dimensions in this select statement - the same error, in front of correct element - string with other joined elements.
    Can anybody help me to understand why i have this error in drill through?
    FDM error or Oracle RDBMS errors or Planning with Essbase? Something wrong with locale setting may be, with "," or "." delimiter somewhere in the settings?

    Hi there
    Are you using member aliases or names? I had problems with aliases in excel not allowing drill through. not sure if this is fixed in 11.1.2
    Are you trying to drill through from a level 0 intersection?
    Simon

  • How Enabling ERP Integrator Drill Through from a Grid

    Hi All,
    Can any one tell me how to see the source data by using FR.
    some where i saw we can see this by using Enabling ERP Integrator Drill Through from a Grid.
    but i dont know how to set this...
    can any one help on this...

    Incidentally we had been trying to use Essbase studio as an option.But there are 2 oints that we are trying to investigate.
    1) Can we bypass deployment of data and metadata everytime through Essbase studio after the initial outline is delpoyed? In the system architecture the relational tables are populated using ODI. We would like to load the data and metadata through ODI into the cube. Eeven then can we implement drill thru bypassing deployment through Essbase Studio?
    2) If Essbase studio is imperative for drill through then what are the batch automation options for deployment through Essbase studio? Ideally the option should be after the relational tables are populated through ODI then the Essbase deployment should be invoked and batch script should load the data and metadata through Essbase Studio.
    Please advise.
    Thanks,
    Anirban

  • When drill through from FR report, navigate to FDM landing page.

    Hi,
    Data loaded in HFM 11.1.2.1 using FDM 11.1.2.1 and it has been replaced by ERP integrator 11.1.2.1.501. When we perform drill through from Financial reporting report it is navigating to the FDM landing page instead of ERP integrator landing page. In FDM landing page, showing the ERROR:
    "Error: Error Retrieving recordset"
    Anyone please help me to solve this issue.
    Thanks,
    Yamuna

    Hi ,
    My guess is that , when you loaded the data from ERPi the drill regions created by FDM have been over written. Hence you are not able to drill down to the FDM page. This happens in most of the scenarios , where if the data is loaded across an intersection using FDM and then again the data is loaded in the same intersection using some other way like Flat Files or ERPi the Drill Regions or Drill POVs get compromised.
    To confirm whether your FDM drill back is working or not , create a simple form using any of the intersections from your dimensionS ( not the same ones used above ) and load a single line of data using FDM across those intersections in the form. Try drilling back to the FDM Landing Page and check. Same way , create a report for the same intersections and check drill back to FDM. Remember to check the :Drill - Through" check box in the property grid in the Grid Properties for that report.
    Regards

  • Drill down a bar chart in new window/ browser?

    Hi,
    Could anyone suggest me how to drill down a bar chart into another bar chart in new window or browser.
    I was wondering if anyone had any ideas or know of any examples of how I might do this?
    Thank you
    Ram

    You can use a "javascript:window.open(...)" URL with navigateToURL and pass parameters for the new bar chart in the query string.
    Hi,
    If you don't mind, Could you please explain me in more detail about "javascript:window.open(...) URL with navigateToURL"
    do I need to place it in the Flex code or Java?
    Thank you
    Ram

  • ERPi drill through: From where to where?

    Hi,
    Can ERPi drill through from Essbase (I know it can from EPM, Planning, HFM, Smart view and FR).
    Can ERPi drill to source other than ERP GL? If so, to where?
    Thanks,
    Gabriel

    Yes, you can load data to Essbase with ERPi and then drill through from Essbase to ERPi and then from ERPi to the source system GL.
    Within the source system registration in ERPi you will need to update the Drill URL to the EBS url for drill to function.

  • How to drill through from Essbase to Oracle in BIEE?

    How to drill through from Essbase to Oracle in BIEE?
    Edited by: Aaron Zhong Zhenhua on Oct 21, 2008 11:19 AM

    Physical layer:
    - Create a complex join between the Essbase generation and your detail table. E.g.: Gen6,Market = ATTRIBS.CNTRY
    BMM layer:
    - Go to the logical table "Market" (for example) and drag the ATTRIBS.CNTRY column on to the Gen6,Market column.
    - Now pull over the other attributes from your Oracle table into the Market logical table...this will result in a second LTS within the sources.
    - Drag and drop the logical columns you just got from Oracle on the lowest level of the Market dimension hierarchy. In this example, onto Gen6,Market.
    - Alternatively, create levels below Gen6.
    - Make sure your LTS have the correct content levels set
    Presentation layer:
    - Pull your chagnes through to your presentation catalog(s).
    Should be all.
    Hth,
    C.

  • ERPI: how to set up drill through from Planning to EBS

    Hi,
    When you guys know how to set up drill through from Planning to EBS through ERPI ??
    I encountered the following message when I tried to drill :
    no drill through reports found at this location
    I think I didn't set up the drill through functionality properly.
    Regards,
    Eddy

    Can you check the log file for any errors? Also, check if the drill regions are created in the application. You can navigate to process details in ERPI and select the show log link for the corresponding process id. That should indicate if the drill regions were created on the target.
    Thanks,
    Bala

  • Drill-through from Workspace not possible?

    Hello everybody,
    I am working on Hyperion System 9.3.1
    I have a cube with some drill-through reports.
    I can drill-through from Add-In Excel and WebAnalysis reports but not from Workspace.
    Example: For the same WebAnalysis report
    - when opened with WA Studio allows drill-through at double click in the cell;
    - when opened from Workspace, at double-click in the cell the Related Content windows opens up but I can't see my drill reports. Is that normal?
    Thank you in advance for your help!

    In version 11.1 they added support for cube drill-through. In 9.3.1 you'll have to do it manually. Here are some ideas
    - Create queries for your cube and relational data.
    - Limit the result of your relational data with very specific filters to avoid enormous number of rows.
    - Create your table or pivot for your cube data and add a script for cell double click.
    - Set your limit based on the intersections, set the filters for your relational query and do a database process.
    - Now show your relational table.
    HTH,
    Gerd

  • Drill-through from 1 OLAP Cube to another.

    Hi.Is it possible to drill-through from 1 OLAP Cube to another OLAP cube for AWM?Thanks!

    Where are you in the process ?
    If you don't have build the metadata for OLAP, do it first.
    Here a beautiful example :
    http://www.oracle.com/technology/obe/olap_biee/index.html
    Once you can query your OLAP cube, create all the join in the physical layer for your ROLAP source.
    Drag and drop the ROLAP fact measures on the measure of the OLAP cube
    and add the ROLAP column dimension table to your OLAP dimension table.
    At this point, you can then create the new ROLAP level in your dimension.
    Just add the new ROLAP dimension column in the presentation layer and you're done.
    The trick is that normally you don't have the same dimension column in your MOLAP and ROLAP environment.
    In this way, OBIEE will choose the good dimensional schema (ROLAP or MOLAP).
    Cheers
    Nico
    Edited by: gerardnico on Jul 29, 2009 3:25 PM Modify the trick with dimension column

  • Drill through from Smartview to FDMEE

    Hi
    I have loaded data from FDMEE to Essbase using file as a source it sucessfully done i am able to see data in Essbase also.
    for Drill Through Option i have done below options
    In Target Applications in Dimension Details i have selected Create Drill Region
       and In Application options i have selected Drill Region
    I have connected to Smart View and  selected the data cell tried for Drill through from there to FDMEE then i am getting error No Drill through reports found at this  location.
    Can any one help me for Drill through option in FDMEE

    Check in EAS drill regions created by FDMEE:
    - Right-Click on the database and choose to edit drill through definitions
    Then Delete the current drill region definition and save. You can Re-run the export/load from FDM to re-create the drill regions.
    HTH

Maybe you are looking for