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

Similar Messages

  • Can't access drill through report from add-in

    I've created a drill through report via Essbase Studio. I tested it within the Studio application and then associated it with a model. To be extra sure, I even deployed the members to the outline and reloaded data to the cube. However, when I double click a data cell in the Excel add-in, I do not see the linked object drill through report. I've made sure the linked objects check box is marked under options (in the add-in). I've got full Essbase rights to the cube and I am a cpAdmin in Studio (though I even added cpViewer, just to be sure). Anything I could be doing wrong, or is there a setting I'm missing somewhere?
    I appreciate any help.
    Thanks,
    Matt

    Yeah, its an older version of the add-in, 7.1.2. I've poked support to see if it is possible to drill through from that version to a drill through report created in Studio 11.1.1.3--my client has quite a few users using older versions of excel due to legacy apps. They will have smart view installed, but its not up and running yet, so I can't test it with that.
    Thanks,
    Matt

  • 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

  • Planning and Drill Through Reports

    Hi all.
    I have a planning application and want to build drill through reports (Planning v11.1.1.3)
    I wanted to know is it possible to use an already existing cube in essbase to create drill through reports.
    Please let me know in case you have any suggestions or best practice on this.
    Thanks!

    Would you believe John Goodwin has a blog post about this? :)
    http://john-goodwin.blogspot.com/2008/07/planning-v11-drill-back.html
    Regards,
    Cameron Lackpour

  • Drill Through report not working for large data

    Hi,
    In SSRS 2008 R2, I have a main report and a drill through report from one of the main report's column. The drill through report works mostly except if the data is too large i.e. more than 1 million records. How to fix this problem?
    Thanks,
    Jkrishna

    Nope. WHat I meant was not to show the entire data in child report (ie your 1 million records). Instead add extra parameter as PageNumber. By default set it as 1 when you navigate to child report (default value)
    Then in query behind use a ROW_NUMBER based logic like below
    SELECT *
    FROM
    SELEC ROW_NUMBER() OVER (ORDER BY <combination of unique valued column(s)>) AS Rn,...
    Your existing query other columns
    )t
    WHERE Rn BETWEEN ((@PageNo-1) * 1000) + 1 AND @PageNo * 1000
    Assuming you want 1000 per page
    So when it renders it will show first 1000 records. Add a NextPage icon to report footer and when clicked add a jump to report functionality to same report but with PageNumber parameter value as
    =Parameters!PageNumber.Value + 1
    and it will then give you second page data etc 
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Essbase Studio Drill-Through Report

    Is it possible to run an Essbase Studio drill-through report in a SmartView spreadsheet that is connected to a cube that was not deployed by Essbase Studio? If so, how do you associate the drill-through report with the cube?

    You have to trick Studio into thinking the cube was built from Studio. In my session on Advanced Studio Tips and Tricks at the KScope conference at the end of June I detail a couple of ways to do this. It is too detailed to put into a post here

  • Enabling drill through from Essbase cube to drill through report

    The requirement is that I keep summary level information in the Essbase cube and detailed granular information (order level) in a relational table.I would like to enable drill through between the cube and the report.
    Please advise what would be the best approach considering the current system architecture that is outlined below.( Hyperion suite 11.1.2.1).
    Would also like to know drill thru vs hybrid analysis options.
    1) ASO/BSO cube is populated through Oracle Data Integrator
    2) The relational transactional table is also poulated through ODI.
    3) The cube would hold summary level info while thr drill through report should provide the order level details in the same context as chosen in the cube.
    Would appreciate guidance on the best way forward.
    Thanks & Regards,
    Anirban

    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

  • EIS drill through report build

    Hi,<BR><BR>I want to create multiple drill through reports using EIS. But looks like I need to create all the required reports before I build and load the cube. Once I have built the cube using EIS, I cannot go in the metaoutline and add new drill through reports. Is this true, or am I missing something? <BR>So whenever I need to add new reports for drill through, do I need to build the cube all over again?<BR><BR>Thanks<BR>RMP

    No, you can open your metaoutline and build your drill through report and then run an update that just refreshes the drill through reports without having to rebuild or reload the cube.

  • Drill Through Report Parameters from Graph Series Action

    Hi
    Using ReportBuilder 3
    I need some help please on passing parameters to a Drill Through Report, when a user clicks on a bubble in a graph.
    In context, I have a Tooltip that provides a count of the sysid field, which on mouse over gives the user the correct aggregate for the bubble they are looking at. 
    [Count(sys_id)]
    So say I have a bubble that I am hovering over, showing a count of two sysid's, when I click the bubble I want to run a Drill Through report that uses sysid as a parameter.  Therefore I want to pass through the two sysid's that the aggregate has identified.
    Now if I go to the action tab and select 'Go to report', select my report and add a Parameter, I need an expression that retrieves the sysid's for the parameters.
    At the moment I am using the following expression:
    =Split(Join(LookupSet(1,1,Fields!sys_id.Value,"ProjectMaster"),","),",")
    This provides the correct string format for the multi value parameter that I have on my report.  The problem is, it passes all the sysid's actively displayed on the entire graph and not just the two that the aggregate has identified in the Tooltip.
    Question - Is there a way of building the expression to lookup the two sisid's relevant to the bubble I am interested in, rather than the dataset for the whole graph?
    Many Thank
    Andy

    Hi Tim
    The report has two parameters Based on Group Type and then Sub Group Type.
    The expression I am using for the drill through parameters is =Split(Join(Fields!sys_id.Value,","),",")
    Below is a subset of the dataset with relevant fields and sample values.
    Group   Type
    Group   Subtype
    sys id
    Total Workload
    External   Cost
    Change   Impact
    GDC
    GDC BI
    2b8ccf64acafb00019bee02a7c7737cb
    244
    233480
    Medium
    GDC
    GDC BI
    6cdd24bfc8255100403385902e6cbb9a
    351
    121000
    Low
    GDC
    GDC Dev.
    6a518a1d38551140fbac4555180015ba
    0
    0
    Medium
    GDC
    GDC PM
    b47d1defff6c70c0a2ad8ffb97649d4e
    110
    27120
    Medium
    GDC
    GDC PM
    aba1fde1c82a5140403385902e6cbb5f
    126
    148400
    Low
    GDC
    GDC PM
    6b80ecafff2830c0a2ad8ffb97649dc8
    0
    0
    Undefined
    GDC
    GDC SAM
    59cc2749d8ae4900c950258abb887f8e
    20
    80906
    Low
    GDC
    GDC SDC
    442b09f5184f3440f0d833076f82fbff
    0
    2096
    High
    GDC
    GDC SDC
    f77c1f5c8cdf7c04048a0b130104c548
    493
    0
    High
    GDC
    GDC SDC
    bd3fe0753c138d404033c194bf5ae9e9
    0
    0
    Very High
    GDC
    GDC Siebel
    cb35a17d55419d008cb3130c2c9ae23d
    0
    0
    Medium
    Just to note! the copy and paste has not included underscores in column names!:-)

  • Drill-Through Reports using EIS

    Hello -
    Is there a document to guide us through the steps to create drill-through/Hybrid Analysis reports using EIS 9.3.1? I couldn't find it in sysadmin or dataprep documents ..
    Thank you!

    You can check in EIS document however producing drill through report is fairly straight forward. Select Tools -> Drill Through and then design SQL which you want to execute. I don;t have tool access so can;t give exact steps.
    Let me know if you have any issues.
    Thanks,

  • Enable/Disable Drill-Through Reporting?

    Hi,
    We have a BSO app which has Drill-through reports (defined in EIS).
    Reports are working fine.
    Is there a way to disable/enable drill-through reporting on an App/DB using MAXL?
    Appreciate your thoughts.
    Thanks,
    Ethan.

    Glenn,
    Thank You for the response.
    I am not exactly able to understand how this whole drill-through reporting concept works technically.
    We define meta-outlines in EIS. Define Drill-through reports for Meta-outlines.
    We build the cubes in Essbase using the EIS Meta-outlines.
    Drill-through reports are available for these cubes from excel Add-in.
    I am clear till now, now starts my confusion...........
    I assume there will be a connection to EIS whenever user does a drill-through through Excel Add-in.
    When I rename the Application in Essbase, I see drill-through reports are still available.
    Are there any files/artifacts (like filters or scripts) on the Essbase app that correspond to drill-through reports?
    Is there a way to tell if the app is created using EIS or not, just by looking at the app in EAS?
    I believe I am asking the complete concept :).
    Appreciate your response.
    Thanks,
    Ethan.

  • 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

  • EIS - Fact Tables, Drill Through Reports & User Defined SQL

    I have built a model using two factables. (Virtually one table as the two are combined in the OLAP Model.) I then built my metaoutline and I have specified an ASO cube. I built the cube and the drill through reports and then tried to load the cube.
    Intially the standard SQL generated no records. I tweeked it a bit and it then loaded. However, once I tweeked the SQL I could not get any drill through reports.
    Does anyone know how the SQL for the drill through reports is populated? Does it run off the user defined SQL?

    I've figured it out. FYI to those curious.
    The SQL for the drill through reports are specified on how the model is set up. The User Defined SQL is only for the data load.

  • Problem with EIS drill through reporting

    Hello,<BR><BR>Please help me with this.<BR><BR>We are using Drill Through reports with EIS 7.1 and Essbase 7.1 in AIX environment. (These are the IBMDB2 Olap versions, not directly from Hyperion.) For some reports when retrieved on a member with more number of children, the Integration server gets killed and we get the following error<BR><BR>ESSDTU<BR>{ESSNET MESSAGE} Network error [10054]: Cannot Send Data<BR><BR>Following is the information in the server log file:<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Listener/0/Informational/1051001/Build-EIS71B168<BR>Received client request Login<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Coordinator/0/Informational/0/Build-EIS71B168<BR>Executed client request 'Login' in 0 seconds<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Initialization completed, 'Worker' service is online.<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS//0x0/1152826749/Informational/0/Build-EIS71B168<BR>Successfully loaded the OLAP Model 'OM1'<BR><BR>[Thu Jul 13 4:39:05 PM 2006] /IS//0x0/0/Informational/1051034/Build-EIS71B168<BR>EssbaseAPI: Logging in user [User1]<BR><BR>[Thu Jul 13 4:39:05 PM 2006] /IS//0x0/0/Informational/1051035/Build-EIS71B168<BR>EssbaseAPI: Last login on Thursday, July 13, 2006 4:24:33 PM<BR><BR>[Thu Jul 13 4:39:06 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Executed client request 'Get Drill-Through report' in 2 seconds<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report attributes<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Executed client request 'Get Drill-Through report attributes' in 0 seconds<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report data<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Drill Through Report for Essbase Server:Server1.corp.com Application<img src="i/expressions/face-icon-small-happy.gif" border="0">T1 DB<img src="i/expressions/face-icon-small-happy.gif" border="0">B1 User:User1<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Unknown flag [JDBC DSN] found, ignoring it/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Found Q command line parameter and a value of 128 is set to it/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, server home, to 'c:\ibm\db2olap\is'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, temporary directory, to 'C:\DOCUME~1\malkar\LOCALS~1\Temp'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, log file name, to 'c:\ibm\db2olap\is\log\olapisvr.log'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, Essbase message database, to 'C:\ibm\db2olap\bin\essbase.mdb'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:17 2006] /IS/Coordinator/0/Critical/2002003/Build-EIS71B168<BR>Invalid session identifier, please log in to Essbase Integration Services Server again.<BR><BR>[Thu Jul 13 16:39:28 2006] /IS/Coordinator/0/Critical/2002003/Build-EIS71B168<BR>Invalid session identifier, please log in to Essbase Integration Services Server again.<BR><BR><BR>Please let me know if this is something to do with the EIS limitations or some setting<BR>Thanks<BR>Kris

    Normally if the drill through report fetches a wrong combination of members or huge amount of members than the way it was designed in the Drill through Report template. The database may fail due to improper query. Check the database and table status. Also fetch the report with proper combination of members.

  • Drill through reports are not working fine in share point server

    I Have a master report with four parameters and child report with two parameters
    I deployed these two reports in share point server , my scenario is i am navigating from my parent report to child report using action (Drill Through Report Concept)
    First i clicked on parent report it will ask select parameters , i have selected all parameter and click on apply in share point it will display the parent report content .
    In parent report i have link to navigate child report . if i click the link it will redirect to child report and displays the child report content perfectly. upto this step every thing working fine now problem is comes to picture
    I have back to in my child report when i click the that button it redirects from child to parent
    But earlier selected parameters values are lossed and the parent report again asked for me to select parameters
    Can you please explain me because we have migratiojn from ssrs report manager to share point .

    Hi All,
    Finally i got the solution there is small difference between SSRS Native mode and share point integrated mode
    To overcome this issue explicitly we have to change our report expression code for SharePoint Integration mode before deployment. We have to change URL
    Preparation code in the expression in report.
    Below is the sample URL
    ="http://<<site url>>/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl"+"=/ssrs/INT/Report.rdl&rp:parameter1="+CStr(Parameters!parameter1.Value)+"&rp:parameter2="+CStr(Parameters!parameter2.Value)+"&rc:Parameters=True"
    The only difference between our SSRS Report manager report expression and share point integrated mode report expression is
    “rp:”
    value prefixed with every parameter.
    After fixing this code I am able to see the previously selected values in Parent report below are the screen shots

Maybe you are looking for

  • Empty space check for text box

    i need to verify null check for textbox fields and it sould not allow spaces as well.... is there any way like trim functions.. please help me.. Already tried with JavaScript's trim() and not working... I'm using es3

  • Itunes wont open after 10.5 update in windows 7

    What is going on here guys...this is rediculous!! I have not been able to use itunes since this update. I am running Windows 7 and have never had an issue until 10.5. It looks like alot of people are having the same problem...any ideas.

  • How to reduce pdf size through c# in winrt app?

    Hi,     I am creating an app in window 8 which will reduce the pdf size. But I am not getting how I can achieve this task. I searched a lot on google but not getting any suitable answer. I heard that Acrobat has sdk that reduces the pdf size. Can you

  • Native Aiport cardbus/PCMCIA card for 802.11n

    My wife has a Powerbook. For airport we are using a Microsoft (gasp!) MN-720 cardbus card. This has the same Broadcom chipset in it as an Airport Extreme card and is recognized by the Apple Airport drivers as a native airport extreme card. It works g

  • How to error notification to Inbox-Documents

    hello, I have made one workflow, in case this workflow goes into error (permanent) then i want to notify some one in his/her inbox-documents with failed workflow information. can I use some sort of WF provided feature like to setting WF responsible w