EVDRE Drill thru to Bex

I am trying to drill through from BPC EVDRE to BW Bex report.
Has someone done it..Please share document link/information/experience and constraints if any
Appreciate inputs..

Hi Gopal,
Please refer to the SAP Help link: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm
Use the "Example 3" for setting the value of a variable in BEX 7.X Queries.
Set the Drill Through parameters to:
URL: standard BEX 7.X URL from http:// to ?Query=QueryTechName
URL Parameter // Source // Characteristic/Value
BI_COMMAND_1-BI_COMMAND_TYPE // User Defined // SET_VARIABLES_STATE
BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE // User Defined // VARIABLE_INPUT_STRING
BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING // DimensionName // ID or Property
BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE // User Defined // VaribleTechName
Example 3
In the command editor, you have the set the command for setting the value of variable PRODUCT_VAR to PDS06. The XHTML view in the Web Application Designer displays the following result (only the INSTRUCTION node is show in this example):
<bi:INSTRUCTION >
   <bi:SET_VARIABLES_STATE >
<bi:VARIABLE_VALUES type="ORDEREDLIST" >
<bi:VARIABLE_VALUE type="COMPOSITE" index="1" >
<bi:VARIABLE_TYPE type="CHOICE" value="VARIABLE_INPUT_STRING" >
<bi:VARIABLE_INPUT_STRING value="PDS06" />
</bi:VARIABLE_TYPE>
<bi:VARIABLE value="PRODUCT_VAR" text="Product" />
</bi:VARIABLE_VALUE>
</bi:VARIABLE_VALUES>
</bi:SET_VARIABLES_STATE>
</bi:INSTRUCTION>
This results in the following URL parameterization:
&BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=PDS06
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=PRODUCT_VAR
Hope it helps.
Best Regards,
Marcio Costa

Similar Messages

  • Excel is not showing multiple Drill thru report selection option

    We have created 3 drill thru reports in EIS, excel is not showing Select Drill-Through Report Dialog Box when tying to acess drill thru reports. It defaultly executes the first drill thru report, we want it to list the available reports so that we can select accordingly after view/launch is selected.
    essbase 7.1.6 version SQl server 2000

    Hi,
    This Prompt message would have been set in WAD(XHTML Coding section) in your old project. Now , you cross check your Web template for the same. Your issue will be resolved.
    Regards,
    Suman

  • Essbase studio drill thru report Test error

    Hi All,
    Essbase studio drill thru report is producing the below error: Unable to retrieve drill thru result.
    Error in the select statement. Line = 2466.
    Error in query execution. Please review the query and try again.
    Cannot execute a SQL query
    ORA-01791: not a SELECTed expression
    Any idea... i am able to test for some of the dimensions but this error is coming for a few dimensiosns .... i verified all the joins between dimensions and facts.. everything is fine.
    Thanks,
    Praveen

    Hi Glenn,
    This is a test report executed with in Studio console. Yes, i did verify the generated sql by studio server and was able to drill down to the detail. I dont find any information in the logs when testing this. Probably, i would need to increase logging level. Will do that and update here if i dont find much help there.
    Thanks,
    Praveen

  • Essbase Studio drill thru report error

    Hi All,
    Essbase studio drill thru report is producing the below error: Unable to retrieve drill thru result.
    Error in the select statement. Line = 2466.
    Error in query execution. Please review the query and try again.
    Cannot execute a SQL query
    ORA-01791: not a SELECTed expression
    Any idea... i am able to test for some of the dimensions but this error is coming for a few dimensiosns .... i verified all the joins between dimensions and facts.. everything is fine.
    Thanks,
    Praveen

    Hi Glenn,
    This is a test report executed with in Studio console. Yes, i did verify the generated sql by studio server and was able to drill down to the detail. I dont find any information in the logs when testing this. Probably, i would need to increase logging level. Will do that and update here if i dont find much help there.
    Thanks,
    Praveen

  • Drill down in Bex is different than drill down in WAD

    Hello experts.
    I have been creating queries in Bex for 6 years and am very familiar with the Bex functionality.  I recently started embedding some Bex queries into the WAD and of course am displaying them on the web.  I am experiencing an unexpected problem with drill downs on the web.  In a nutshell, the query drills DOWN as expected in Bex, but when I drill down on the web, the results are displayed ACROSS the web page instead of down the web page.
    I am not using any custom HTML, Java, or other custom code.  Has anyone experienced this?  Any thoughts on how to correct?  Here is more specific detail:
    Bex query looks like this:
    3 Characteristics in characteristics section.
    3 Key figures in COLUMNS section
    Nothing in ROWS section
    Drill down in Bex yields characteristic values in rows, and key figures in columns (appears to be perfectly normal behaviour)
    Drill down in Web yields characteristic values ACROSS the columns and key figures ACROSS the columns (not expected)
    Objective is get to Web result to behave identical to Bex results where characteristic values display in rows, and key figures display in columns
    Thank you.

    Hi
    Go to WAD and check for the Web items under Navigation.. and the result table.
    you will find the options for the same.
    Regards,
    Vishwa,.

  • Hyperion Analyzer Drill thru issue

    hi
    I have some drill thru reports attached to the one of the cubes. I am using hyperion analyzer for reporting. When i am putting more than one filter from same dimension i am getting below error and drill thru not working.
    All selected data cells must be contiguous. Selected cells can span multiple members in one dimension only. Selected cells must share a common parent and must come from same relational column.
    The drill thru reports are working for some combination of filters but some other combination it is not working(here the combinations are siblings in outline). Even i saw if i put a filter with child and parent combination the same error coming.
    I am not able to figure it out what is the cause? Any help/suggestion wll be of great help.
    TIA

    Di you get solution for above problem .Please update

  • Essbase Studio Drill-thru security

    I applied a filter in Essbase so a user had filtered access. In Smartview I retrieve data and properly gett the NoAccess message, so far so good. If I do a drill-thru. It drills to the data in my report. I would think IT should prevent drill-thru from occuring. Am I doing something wrong? I don't think it should work this way.

    Hi Glenn,
    This is a test report executed with in Studio console. Yes, i did verify the generated sql by studio server and was able to drill down to the detail. I dont find any information in the logs when testing this. Probably, i would need to increase logging level. Will do that and update here if i dont find much help there.
    Thanks,
    Praveen

  • FDM Drill thru to Planning

    Can I load the data in planning for the dimension that is not existing in planning but when i drill thru from Planning i should see the detailed data.
    For e.g.HR Deptt->Salary in Planning
    now wen i m loading the data thru FDM it is Employee->Salary->HR
    so wen i drill down i shud see the employee details
    Can we achieve something like this in FDM...Please help....If yes let me know the functionality through which this can be done..
    Thanks

    If you bring in a source dimension like employee, you will need to map it to some target. However, you could import into one of the attribute dimensions and then you would not be required to map to a target. When you drill through, you could see these attributes.
    So the short answer is yes you can do this.

  • EIS drill thru

    I'm trying to do a drill-through (Thru) report in EIS and can't get it to show up in the Excel add-in. I've tried all sorts of combinations of intersection levels and columns in the report creation. I have drilled to the bottom of all of the dimensions in excel, but the reports still won't show up in the linked object browser. I'm on version 7.1.6 of both EIS and Essbase.
    Has anyone run into this before. I even tried recreating the model and metadata outline in case of corruption.
    There is another EIS built cube on the server with a drill-thru report and it runs fine. Any suggestions?

    Ok, I found if I add
    HISLEVELDRILLTHROUGH application_name
    to my Essbase.cfg file It at least recognizes that there are reports out there, Now I just get an odd error:
    " Invalid selection. All selected data cells must be contiguous. Selected cells can span multiple members in one dimension only. Selected cells must share a common parent and must come from same relational column."
    It's interesting it worked on an older version of EIS, just after migration, it stopped working

  • EIS, ASO & Drill-Thru

    How are EIS drill-thru reports exposed to the user in an aggregare storage (ASO) database if linked reporting objects (LRO) are not supported?

    Ok, I found if I add
    HISLEVELDRILLTHROUGH application_name
    to my Essbase.cfg file It at least recognizes that there are reports out there, Now I just get an odd error:
    " Invalid selection. All selected data cells must be contiguous. Selected cells can span multiple members in one dimension only. Selected cells must share a common parent and must come from same relational column."
    It's interesting it worked on an older version of EIS, just after migration, it stopped working

  • "XML Load error: An invalid character was found in text content" Drill Thru

    Hi,
    I am using Smart View, 2007 ms office.
    We are using EIS to have Drill Through reports.
    When I select the particular intersection and click on Hyperion --> Adhoc Analysis--> Drill Through Reports,
    Drill Through selection window is opening but when click on Launch/Execute.
    It throwing below Error
    "XML Load error: An invalid character was found in text content"
    This error is showing only some intersections...some other intersections are working fine.
    The same intersection if retrieve from ESSBASE --> Addins--> linked objects, Drill thru reports are showing fine.
    From Excel Addins everythg working fine.
    I tried in 2003 MS office from my colleague system. the same error.
    "XML Load error: An invalid character was found in text content"
    Please someone help me....!
    Regards,
    Rajendra Prasad Gella.
    Edited by: Rajendra Prasad Gella on Jun 10, 2010 4:26 AM

    This type of Issue does not happen using Excel Add-in but Smart View. We encountered it as well. I have a feeling the root cause is the ESSLANG which used to be selected during installation. If the Essbase has for instance "English Latin1" or "English US Ascii Binary" and the client does not have it, then this would occur.
    We had old SR on it because we were testin the APS 7.1.6. SR 2-603906: Excel Essbase Add-in splitting special characters such as the " ü " in. Whe we reinstalled and selected same ESSLANG as Essbase server the isue stopped.
    We did not have to chnage our code to scrub out ant special characters. !
    Jullin

  • Filters for Drill thru reports

    Can we make the filter available for all users in a drill thru report?
    Thanks
    Kannan.

    Maaguiar,We have Analyzer 6.1.1 installed within WebSphere Unix running AIX 4.3.3 We have been told by Hyperion support that this is a bug. No confirmation has been made yet as to whether this will be fixed in version 6.2 which has a RMF date of late October

  • SQL Drill Thru (v502p13a) and Excel Client(V6.1.5):  Formatting  Sucks

    Sorry about the last note, caffeine got me a little jumpy!I got the SQL Drill through working rather well. Fast, efficient, and the users like it. (I guess I keep my job for another week or so). Anyway, the format of the returned data is brutal. It is text, and nothing can be done in Excel to change the format. The field's datatype is decimal (15,2) and the data is number formatted from the high priced ERP system. So, of course, it makes no sense to me.Any workarounds out there? One thought. The SQL Drill Thru has a section where you can add a pre or post connection .dll. Maybe something there with formatting capabilities would resolve. We do NOT utilize Hyperion Intergration Server.Any suggestions would be appeciated. [email protected]

    I don't recall if it was an option in the Essbase 5 client, but if you could create a VBA macro to invoke the SQL Drill through rather than using the Add-In menu, then you could build some macros to clean up the format a little.Other than that, I'm not sure what (easy) solution there would be.Regards,Jade------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • PIE Chart Drill down in bex report

    Hi Friends,
    In my bex report i have pie chart for year 2008.
    Shall I drill down on this report means if  i click on one part of the pie chart will i go to another report or another pie chart.
    Can any one pls tell me is it possible .
    Thanks & Regards,
    Ramnaresh.
    Edited by: ramnaresh porana on Dec 1, 2008 6:35 AM

    Hi ,
    Thanks for reply.
    how it is possible from context menu of the pie chart , i have seen the context menu of the pie chart but i did not get any related option for this one.
    Can you pls guide me.
    Thanks & Regards,
    Ramnaresh.

  • Pie chart drill down in bex

    Hi Friends,
    In my bex report i have pie chart for year 2008.
    Shall I drill down on this report means if i click on one part of the pie chart will i go to another report or another pie chart.
    Can any one pls tell me is it possible .
    Thanks & Regards,
    Ramnaresh.

    Hi ,
    Thanks for reply.
    how it is possible from context menu of the pie chart , i have seen the context menu of the pie chart but i did not get any related option for this one.
    Can you pls guide me.
    Thanks & Regards,
    Ramnaresh.

Maybe you are looking for