Drill-Through from Roll-up member

We have drill through enabled for base level members, but can anyone provide an example of a drill-through query that works when originated from either a roll-up member or base level?  Thank you.

Hi Boon,
One thing you could try doing is adding an OR clause to your Drill Through query that queries the member table
This is the sample query from ApShell:
SELECT tblSalary.Name, tblSalary.PayDate, tblSalary.NetPay, tblSalary.GrossPay, tblSalary.Dept  FROM DrillTest.dbo.tblSalary tblSalary  WHERE (tblSalary.Dept='%ENTITY%')  ORDER BY tblSalary.Name
To query for parent entity members also it would look like:
SELECT tblSalary.Name, tblSalary.PayDate, tblSalary.NetPay, tblSalary.GrossPay, tblSalary.Dept  FROM DrillTest.dbo.tblSalary tblSalary  WHERE (tblSalary.Dept='%ENTITY%') OR (tblSalary.Dept IN (SELECT ID FROM ApShell.dbo.mbrEntity WHERE PARENTH1='%ENTITY%'))  ORDER BY tblSalary.Name
The statement after the "OR" looks at the parent member column (PARENTH1) of the dimension table (mbrEntity) but returns the ID column (i.e. the children of those parent members).
HTH,
John

Similar Messages

  • 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

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

  • 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

  • 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

  • Drill through from Reports to Analyzer

    Is it possible to have drill through from Hyperion Reports to Analyzer? Do we need to perform an extra installation procedure for doing this?<BR>Thanks<BR>Arun

    Has anyone replied to you regarding this topic? I'm trying to find out as well. I want to drill from Financial Reports, with Essbase as the data source to Relational Data, similar to Web Analysis. I understand that this is not likely, but would like some confirmation with a technical explanation. Perhaps Financial Reports does not use the same API or adm process that the Excel Add-In and Web Analysis uses? From my understanding, the relational mapping goes through Essbase. If the main data source for Reports is Essbase, why can't it read the mappings see the relationship with AIS? Any help is appreciated.<BR>

  • Drill Through from FDM/ERPI to Source ERP

    Per my understanding, when loading data from FDM to a Target EPM system, the drill through from say HFM back to FDM would log on using your credentials via SSO. In other words, I log in as testuser in HFM and drill through, then that testuser id and password must be set up in shared services in the same manner in the epm target system as well as FDM.
    Does the same hold true when you drill through from FDM/ERPI back to the Source ERP? In other words, the same ID and password must be set up in HFM, FDM, and say EBS ERP? Or is there a way to set a Global ID for the drill from FDM to the ERP?
    Thank you in advance

    Hello,
    In the situation you have described unless the Authentication mechanism and the style of that mechanism for all the environments (in this sitaution Hyperion vs. Oracle EBS) are identical then there is no unified approach. Generally when going from Hyperion into Oracle EBS the EBS landing page is returned prompting you for valid credentials.
    In order for this to work in on seemless move you would have to use OID with OSSO.
    OID = Oracle Internet Directory
    OSSO = Oracle Single Sign On
    Thank you,

  • For Drill Through From Hyperion Workspace Forms to Oracle - EBS - Financail

    Hi
    i need to drill through from Hyperion Workspace Forms to Oracle - EBS- Financial.
    What are approaches ?
    Weather it is possible by using FDM? or ERPi adapter ?
    Or it requires all Tools (FDM, ODI, ERPi ) ?
    Urgent ..
    Need ur help ?
    regards
    Sher

    FDM/ODI/ERPI, but note it is feasible to load data using ERPi without FDM (but still need ODI installed) in which case it should drill back via the ERPi landing stage.
    Before going any further i think you need to decide on your data flows and whether you use ERPi or ERPi / FDM to load data, and perhaps search the internet and read some documentation to understand the system, or, get some consultancy.
    Edited by: user10757003 on 20-Sep-2012 09:04

  • Drill through from one query to another query

    Hi experts,
    Anybody knows how to do drill through from one query to another query?
    Any feedback will be really apreciated.
    Thanks.

    The setting can be done in transaction RSBBS.
    You only need to specify the sender and receiver query..
    Ashish..

Maybe you are looking for

  • How to get the current logical system?

    Dear Abapers: I can't find the logical system value from the table SYST, pls tell me how to get the current logical system name, Thanks!

  • BBY Credit Card Transaction

    It's been over half a year and this issue still hasn't been resolved. I originally bought a TV Samsung from Best Buy for Black Friday, had it scheduled to ship to my house at a later date. Problem was once it was set-up and used we found that it had

  • A TLC look with a FCP plug in

    I'm trying to achieve a blowout highlight look that is used on TLC shows like Miami ink and L.A.INK. With which plug in and how can I achieve this?

  • Regarding webdynpro

    hi all,      I want to know can we call smartform in webdynpro.     If possible can any body give me the procedure how we can do it. Thanks And Regards, Sreelatha Gullapalli

  • ADF Groovy call method in different application module

    Hi All, I have two different application modules(Say TestAM.xml and MyTestAM.xml). I have a method in second application module. I want to call that method from Entity object. Normally we use adf.object.applicationModule.getName()  if it is in the fi