Drill through using Ragged Hierrachy from Essbase

Problem Description
I have a requirement to provide the drill through functionality after drilling down to the lowest level for unbalanced ragged heirrachy but the issue was that
the lowest level grain was shared across different level. This we overcame in RDBMS by introducing skipped ( jumping the all leaf level to the last column) or Psedo balanced
( repeating the leaf level till the last column) and then using the Action link and providing the leaf level member as the parameter.
But now the problem is we need to do the drill through in Essbase sourced cube in obiee where the heirarchy is ragged unbalanced and I cannot change it to skipped / psedo balanced.
Pls. suggest how to achieve the drill through after drilling down to teh leaf level as the leaf level is shared acros sdiffernet levels.
Regds

Hi Sasi
Thanks for the response . Here I mean the heirarchy is ragged . See below the sample heirrachy where the leaf levels are E,X,Q ,S etc...
Level1
Level2
Level3
Level4
Level5
Level6
Hierarchy_Id
A
B
C
D
E
null
1
A
B
X
null
null
null
2
A
N
P
Q
null
null
3
Z
S
null
null
null
null
4
We have handles drill thorugh in obiee11g using RDBMS as data source by making this ragged heirarchy - a psedo balanced heirarchy by repeating the last level till the end. and then using the last level as the column for drill through parameter.
Level1
Level2
Level3
Level4
Level5
Level6
Hierarchy_Id
A
B
C
D
E
E
1
A
B
X
X
X
X
2
A
N
P
Q
Q
Q
3
Z
S
S
S
S
S
4
But the problem is we cannot do this essbase cube . Pls. suggest how tohandle this in cube where we cannot manipulate teh ragged heirarchy.
Regds

Similar Messages

  • How to filter records in EIS drill through using template SQL

    Hi,
    I'm looking for an option to filter records in EIS drill through using Template SQL.
    For eg: If we user runs drill through on 2011, it should restrict display of Jan & Feb and should display records for other months.
    I tried using NOT IN clause, but got an error.
    Can any one help me in understanding how this needs to be defined in template SQL
    Thanks in advance

    Hi Glenn,
    I'm able to filter the records for specific periods.
    However, I'm facing another problem now.
    When I try to run drill through I get 'OLAP_error (1192025): Unknown Error: Not a valid Entry' error.
    This is happening when I include condition as ((($$ab.ACCOUNT_CODE-COLUMN $$) IN ($$Account-VALUE$$)))
    Here, ACCOUNT_CODE is field from Account dimension table and 'Account' is the name of the dimension.
    If I remove this statement and run drill through, it runs but shows data for all accounts (irrespective of the Account selected)resulting in incorrect data.
    Our RDBMS is Oracle. Can you please help me with this
    Thanks

  • Drill through with OLAP Universe on Essbase cube

    Hi all
    How can I achieve drill through from an Essbase cube to an Oracle database?
    Is there an option in OLAP universes to achieve this?
    If not do I have alternative options?
    Thank you for your help and kind regards,
    Dean

    Hi,
    There is no way to activate drill-through from Essbase to any other database within OLAP universes.
    If you are using Web Intelligence you have 2 alternatives:
    <li> The first one is to create 2 data providers (1 on Essbase and 1 on Oracle) and synchronize them.
    This is not really a drill thorugh operation but you have both data sources in sync in the same document.
    <li> The second option is to create 2 Web Intelligence documents (1 on Essbase and 1 on Oracle) and then parameterize the Essbase document to use Opendoc capabilities (hyperlink) to dril-through on the Oracle document.
    Didier

  • Enabling drill through using FR

    Hi Team ,
    We have configured Drill through in FDMEE and we are able to drill from web-forms and smart view to FDMEE . Please advise if we can drill to FDMEE from Hyperion reports also .
    Basically if i can drill through from web-forms for an intersection how can i enable drill from the same intersection from HFR .
    Regards,
    Roshin Rasheed

    It is possible .. Check below link for detailed explanation of how to enable that : http://www.oracle.com/technetwork/middleware/financial-management/tutorials/obe-fr-erpidrillthru-100179.html
    Cheers !

  • Using UDA's from Essbase in HFR

    Hello Guys,
    I need to apply conditional formatting on a column in a financial report. The conditional formatting is to be applied based on the User defined attributes defined on the member in Essbase. But iam not able to find any way to do so.
    Can anyone plz throw some light on this issue??
    Thanks,
    Ravi B

    Hello Rahul,
    Thnx a ton for providing the info.
    Following is the requirement related to UDA.
    The members in one of the dimensions are tagged with UDA like 'Favourable' and 'Unfavourable'. The members of this dimension are being displayed in the rows of the grid. I need to change the sign of the values in one of the columns based ont the UDA tagged to the members displayed in the rows.
    How do i do this??
    Thanks,
    Ravi B

  • Drill Through - Essabse and FDMEE

    All,
    I am currently working on EPM 11.1.2.3. Testing the Drill through feature of FDMEE from Essbase (Smart View Interface). The source is a flat file. In the application setting i have selected the Drill Region as "Yes".
    When I try to drill  the cell imported from smart view I encounter an error stating "No Drill through reports found at this  location"
    Any idea on this
    Thanks in advance

    I take it the export stage in FDMEE was successful and data has loaded to Essbase, what type of mappings have to applied, drill-through will not work with like mappings yet and explicit will need to be used.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Building Drill through reports from aso cube using odi in webanalysis11.1.3

    I need some urgent help as i have a important requirement for an essbase aso cube .I was trying to establish a database connection to build a drill through report in webanalysis from oracle datawarehouse.the integration tool which we are using to get data from oracle datawarehouse to hyperion is odi.My question are
    1) Can drill through reports be built using odi like eis from an aso cube?if yes whats the procedure?
    2) is there any alternate ways to bring transaction level or relational data for reporting in webanalysis?
    regards,
    praveen.
    Edited by: user13070887 on Oct 11, 2010 3:48 PM

    Hi Glenn,
    We tried optimizing the drill through SQL query but actually when we run the directly in TOAD it takes *23 secs* but when we do drill through on the same intersection
    it took more than 25 mins. Following is our query structure :
    (SELECT *
    FROM "Table A" cp_594
    INNER JOIN "Table B" cp_595 ON (cp_594.key = cp_595.key)
    WHERE (Upper(cp_595.*"Dim1"*) in (select Upper(CHILD) from (SELECT * FROM DIM_TABLE_1 where CUBE = 'ALL') WHERE CONNECT_BY_ISLEAF = 1 START WITH PARENT = $$Dim1$$ CONNECT BY PRIOR CHILD = PARENT UNION ALL select Upper(CHILD) from DIM_TABLE_1 where CUBE = 'ALL' AND REPLACE('GL_'||CHILD, 'GL_IC_', 'IC_') = $$Dim1$$))
    And ----same for 5 more dimensions
    Can you suggest some improvement ? Please advice.
    Thanks

  • Extracting data from Essbase & loading into flat file through ODI

    Hi,
    I want to extract data from Essbase and load it into a flat file through ODI(for extraction from essbase I'm using a report script) and I’m using these KM’s:- LKM Hyperion Essbase data to SQL,IKM SQL to FILE Append & for reversing I’m using RKM Hyperion Essbase.All the mappings have been done and the interface has been made. But when I’m executing the interface it is throwing the error below:-
    ODI-1217: Session ESS_FILEI (114001) fails with return code 7000.
    ODI-1226: Step ESS_FILEI fails after 1 attempt(s).
    ODI-1240: Flow ESS_FILEI fails while performing a Loading operation. This flow loads target table ESS_FILE.
    ODI-1228: Task SrcSet0 (Loading) fails on the target FILE connection FILE_PS_ODI.
    Caused By: java.sql.SQLException: ODI-40417: An IOException was caught while creating the file saying The system cannot find the path specified
    at com.sunopsis.jdbc.driver.file.impl.commands.CommandCreateTable.execute(CommandCreateTable.java:62)
    at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)
    at com.sunopsis.jdbc.driver.file.FilePreparedStatement.execute(FilePreparedStatement.java:178)
    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:619)
    Please let me know what I'm missing and how I can resolve this error.
    Thanks

    It seems that you are trying to use the file as your staging areas. Hyperion LKM extracts essbase data into a DB staging area which can then be used by your file IKM to load it into file.
    You need to use a RDBMS for your staging area.

  • Drill through report

    Hi Friends,
    I am new to this blog. I have a quick question using drill through report. I have deployed BSO cube using EAS / rules files. I want to create a drill through report. I know how to create a drill through using essbase studio but not from EAS. Please advice.
    Thanks
    Andy

    It will be available to the participants of the conference. (it is already posted, but I have changes to upload). I'm not sure when ODTUG will make presetations generally availalbe. IT is not typically for a number of months. Also although the presentaion sildes have information, there is a lot of verbage to go along with it. I'm sure it will end up as an interRel webcast later in the year, but I would not know when. I'm sure none of this helps you. but it is a bigger topic than applicable to the forum

  • Hyperion Planning Drill through

    Hello All,
    Please suggest Essbase Studio if works for the below scenario of our environment.
    We have a Planning cube and Drill through defined in planning cube using EIS in the planning cube. We want to use Essbase studio 11.2.1. instead of EIS and define drill through on the same planning cube.
    I did some research on Essbase studio and did not find a way to just specify drill through on planning cube without building the outline from Studio. Can any one suggest if it is possible to define drill through on planning cube from studio or we have to stay with EIS with the current architecture.
    Thanks and appreciate your response.

    As far as I am aware there is no direct integration so the outline still needs to be built from studio.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Drill Through reports takes too long

    Hi all,
    I need some suggestions/help with our drill through reports. We are using Hyperion 11.1.1.3 and the cube is ASO.
    We have drill through reports set up in Essbase studio for drilling down from Essbase to Oracle database. It takes too long (like 30 mins for fetching 1000 records) and the query is simple.
    What are the changes that we can do to bring down this time. Please advice.
    Thanks.

    Hi Glenn,
    We tried optimizing the drill through SQL query but actually when we run the directly in TOAD it takes *23 secs* but when we do drill through on the same intersection
    it took more than 25 mins. Following is our query structure :
    (SELECT *
    FROM "Table A" cp_594
    INNER JOIN "Table B" cp_595 ON (cp_594.key = cp_595.key)
    WHERE (Upper(cp_595.*"Dim1"*) in (select Upper(CHILD) from (SELECT * FROM DIM_TABLE_1 where CUBE = 'ALL') WHERE CONNECT_BY_ISLEAF = 1 START WITH PARENT = $$Dim1$$ CONNECT BY PRIOR CHILD = PARENT UNION ALL select Upper(CHILD) from DIM_TABLE_1 where CUBE = 'ALL' AND REPLACE('GL_'||CHILD, 'GL_IC_', 'IC_') = $$Dim1$$))
    And ----same for 5 more dimensions
    Can you suggest some improvement ? Please advice.
    Thanks

  • Smartview v11.1.1.3 drill through reports does not work in grids?

    Hi,
    I'm using v11.1.1.3 and know there is a drill through function to FDM from Smartview grids. I've tried but it does not work in the grids, only works in the forms. However, I'm able to drill through to FDM from workspace grids. Does anyone encounters the same?? Appreciate any kinds advices. Thanks!

    Are you certian that the report is showing an input level cell? Often reports are designed to run at Total dimension members, i.e. <Entity Curr Total> which you can not drill into.

  • HFM 9.3.1 drill through FDM

    Hi All,
    I'm trying to use the drill through functionality in HFM 9.3.1.
    When I click on Audit Intersection in the web data grid FDM starts to open but then I get an error relating to Single Sign On not being setup correctly.
    I've added the FDM app name to the App setting in HFM and I've got the correct URL in the Web Config .
    Can anyone give me any guidance of where to setup SSO in Shared Services for HFM/FDM?
    Is it possible to use drill through using Web Data Forms?
    Thanks
    G

    Choose Administration>Manage Documents then click on links
    click new to add a new link
    In the link field enter one of the following, for the
    version of FDM you are using.
    • http://<server name>/<wwwwwwww>/AuthorizedPages/LogonPage.aspx?AppName=<xxxxxxxx>
    • Replace <server name> with valid web server address
    • Replace <wwwwwwww> with UpstreamWeblinkDataMart for versions FDM 9.0.2 to FDM 9.2.x
    • Replace <wwwwwwww> with HyperionFDM for 9.3 and above
    • Replace <xxxxxxxx> with a valid FDM Application Name.
    Ensure that FDM does not open in the same page
    • Ensure to include the Single Sign On information in page request. Click ‘Save’
    On the ‘Manage Documents – Links’ screen you will now see your link to FDM. Log into the server where FDM is installed.
    • Go to Start > All Programs > Hyperion > Financial Data Quality Management > Load Balance Manager > Load Balance Configuration
    Go to the ‘Authentication Providers’ tab, click ‘Add’ and choose ‘Visual Basic Script SSO Authentication’ Provide a description. Set sso uathentication script ,The script is generically written, and must be customized for each customer.
    • Once the changed have been made click ‘OK’ and notice the Authentication Providers have been updated.
    • Go back to the ‘General’ tab and re-enter the service account password and click ‘OK’
    • Go back to HFM Workspace and test the link you created. FDM will open up in a new window, and sign you in.
    Now enable FDM to pass the SSO token:
    • Administration -> Integration Settings
    • From the ‘Options’ drop-down choose ‘Use SSO’
    • Enable the check-box
    • Click ‘Save’
    • From the HFM Web-Server you need to provide a link to FDM inside of the ‘Server and Web Configuration’
    • Choose the ‘Web Server’ tab
    • Enter the following link to ‘Financial Data Management URL’ field http://<server name>/HyperionFDM/AuthorizedPages/IntersectionSummaryByLocation.aspx
    • Update <server name> with the appropriate FDM Web-Server name
    •Enter a valid DCOM service account and password in the ‘DCOM User Info’ fields.
    Test Drill back functionality

  • How to Drill Through from Hyperion Reporting to Oracle - GL by using FDM?

    HI
    I am new to FDM.
    I already Installed and Configured FDM.
    I need to provide Drill through functionality on Hyperion Planning Workspace (Hyperion Reports built using Hyperion Financial Reporting Studio and Data Forms) to Oracle Financials(GL) by using FDM.
    I think 1st i need to develop Application in FDM Workbench to Push data from Oracle Financials to Hyperion Essbase.
    than i need to enable "Drill" on Hyperion Finaical Reports.
    Can you please share link , guide or any thing.
    Its urgent please.
    thanks
    Sher
    Edited by: Sher Ullah Baig on Sep 13, 2012 3:22 PM

    Thanks
    But when i try to log in i m getting error bellow"
    Failure of server APACHE bridge: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF."
    So do u have any other reference plz
    thanks

  • Let me know How to retrive drill throughs  from MS and use these in NW

    Hi,
    I am doing BPC migration project from MS to NW.
    In this there are some Drill throughs arre created in the MS and created table for this in the Backend (sql).
    How can I use these Drill throughs in the NW version.
    Let me know the step by step process for this.Could you please help me in this.
    Thanks and Regards
    Krishna

    HI,,
    Please go thru the below link
    /people/pravin.datar/blog/2010/06/25/what-when-and-how-of-drill-through-functionality-in-75nw
    Hope this helps.
    Regards,
    Sanjeev

Maybe you are looking for

  • Best way to load initial TimesTen database

    I have a customer that wants to use TimesTen as a pure in-memory database. This IMDB has about 65 tables some having data upwards of 6 million rows. What is the best way to load this data? There is no cache-connect option being used. I am thinking in

  • Problem in changing Production order components.

    The problem is happening while changing components in Production order. Take a look at the source code. data :      IS_ORDER_KEY  TYPE  COXT_ORD_KEY, IS_ORDER_COMPONENT_KEY  TYPE  COXT_S_ORD_COMP_KEY, IS_REQUIREMENT_QUANTITY TYPE  COXT_S_QUANTITY, IS

  • TS4268 Face time or iMessage will not activate

    I have done everything the support page says but I keep getting the grey box that says no network connection when I try to activate my Face Time.  Yet I have not changed any settings and Face Time was working fine last week.  The only thing that I ha

  • Requirement of antivirus for nokia 3230.

    I am always fill my MMC card from PC having updated antivirus like quick heal. So is their any requirement of antivirus for my nokia 3230? If yes kindly tell me sample suitable antiviruses so that I can install into my device.

  • ISPCChart area color problem

    Hi, I want to create a new chart with only one graph line. But I want to change the background color in different colors so the user can see when the graph line was in critical values. I'm getting all values (also the critical point values) from a hi