Multiple filter for cube drill through

Hi,
I am using MS-Analysis service 2012 to develop cube and office 2013 to browse the cube data.
I knew that drill through action will not work for Excel 2007 and below if the user selected  multiple filter. is there any option available for Excel 2o12?
It is very important for our client to have multiple filter and drill through the details.
Please help..
Thanks
Jithesh

Hi Jithesh,
As Marco said, SQL Server Analysis Services doesn't support multiselect drillthrough statements currently. Here are some suggestions on the similar thread, please see:
http://social.technet.microsoft.com/Forums/en-US/c7a9fb45-54a3-45a9-bbb0-5be277e7d125/filtering-on-multiple-items-is-disabling-custom-drill-through-actions?forum=sqlanalysisservices
If this is not what you want, I am afraid there is no other approach to workaround this. If you have any concerns about this feature, you can submit a feedback at
http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product. Your feedback enables Microsoft to make software and services the best that
they can be, Microsoft might consider to add this feature in the following release after official confirmation.
Thank you for your understanding.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • Workaround for HFM Drill-Through when using custom dimensions ( 4) in FDM

    Hi all,
    we have the following scenario:
    - Target Custom 3 is defined as a combination of Target Product and Target Cost Center
    - Target Product needs to be obtained by mapping field "PRODUCT" in the source file
    - Target Cost Center needs to be obtained by mapping field "CC" in the source file
    So,
    One approach would be to enable Custom5 and Custom 6 dimensions in FDM, and configure sequence so these two dims are mapped before custom 3 which has a conditional map to get
    values from target c4 and c5 (using varvalues...)
    The issue here is that drill-through does not work as the sql query for the intersection is looking for UD5x and UD6X as NULL, N, or [NONE], and these two columns have a value as they were mapped.
    Trying to solve this issue, we configured C5 and C6 as lookup dimensions so we could create the mapping tables for them although in order to import data from source file fields we used attr2 and attr3. Besides UD5 and UD6, as expected, were not displayed in the Import and Validate/Export grids
    Then the idea was to update the work table with attr2->ud5 and attr3->ud6 in a event script (importaction or befprocmap..) so ud5 and ud6 are mapped.
    The problem is that we noticed that ud5 and ud6 are not updated from attributes. It seems that as they are configured as lookup dims, values may be mapped but not copied from work table to tdataseg.
    If this would work, then after custom3 is mapped we could set ud5x and ud6x to [none] in order the drill-through query to work.
    Having all in custom 3 dim and use mappings on combinations is not desired by the customer as they want to keep product and cc mappings separately.
    I was thinking to use a dummy location for product and cost center mappings and then emulate mappings using SQL but would like to avoid this.
    Any other suggestion?
    Thanks!

    The criteria for mapping C3 is:
    - If Plan = 6 Then Target C3 = SUBACCOUNT
    - If Plan <> 6 AND Account IN range [70000,70999] Then Target C3 = Target CC
    - If Plan <> 6 AND Account NOT IN range [70000,70999] Then Target C3 = Target CC_Target Product
    Fields in the file
    - PLAN
    - ACCOUNT
    - SUBACCOUNT
    - Source CC
    - Source Product
    So current solution actually is to put that logic in the import format so:
    - If Plan = 6 Then Source C3 = SUBACCOUNT
    - If Plan <> 6 AND Account IN range [70000,70999] Then Source C3 = "RULE2"
    - If Plan <> 6 AND Account NOT IN range [70000,70999] Then Source C3 = "RULE3"
    In the mapping of C3, we managed a simple script mapping checking the source C3
    If source c3 = RULE 2 -> Target C3 = Target CC
    If source C3 = RULE 3 -> Target C3 = Target CC_Target Product
    Else Target C3 = source C3 (which is SUBACCOUNT)
    C5 (Cost Center) and C6 (Product) are mapped before C3.
    In order to make Drill-Through working, we save UD5X and UD6X in ATTR2, ATTR3 so the user can see it, and we set then UD5X and UD6X to [None] so the Drill_Through SQL Query returns the values from FDM. If after loading the user goes to validate step, he will see [None] in C5 and C6 but actually this does not really matter as C3 has already been mapped and is the value to be loaded. If the want to review target product or target cc then they drill down to attribute information.
    regards

  • ITS Enablign for BPC drill through

    I am looking for document on how to enable ITS on ECC, BW servers so that BPC drill through can be connected.
    Can any one tell me where to find the document for ITS enabling.

    Hi,
    With SAP BPC M you don't have the ability to do drill trough into ECC.
    Or at least nothing straight forward. You can build connection to extract data from from ECC into SQL table and after that to provide ability to do drill trough into this sql table but it isn't a direct connection to ECC system.
    Kind Regards
    Sorin Radulescu

  • Template SQL for EIS Drill-Through

    I am trying to figure out the command that I need to add to my template SQL in an EIS drill-through report that will exclude all rows that have a 0 value in my data column when the report is executed. Does anyone have an example of how this can be done?

    The $$dimension-COLUMN$$ represents the column that contains your member name in your table and the $$dimension-MEMBERCOLUMN$$ represents the member.
    When you run the drill-through report the $$dimension-MEMBERCOLUMN$$ will be replaced by the member referenced in the cross-section.
    e.g. if you launch your drill-though on a cell where the product ID is 100-10 then the drill-though will only pull out data for product 100-10
    SELECT......WHERE SKU IN (100-10)
    Gee

  • 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

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

  • Error while  making relational drill through connection

    <p>Hi All,</p><p> </p><p>This Problem is related to Web Analysis report on System 9,for aceratin report I need to fetch data from RDBMS. So I tried tocreate a connection for relational drill through, but it threwerror saying connection failed.The exact message was:</p><p> </p><p>"Geeting Connection Failed",and got Exception Meassge"oracle.jdbc.driver.OracleDriver"</p><p> </p><p>Could you people suggest what cause is there behind that.</p><p>Here I would like to mention that same RDMBS I can access onworkspace through BQY.</p><p> </p><p>I'll be very thankful if somebody could help me out of this.</p><p> </p><p>Chandra</p>

    I got this error but I was working with SQL Server. The way to fix this was getting the latest JDBC drivers for SQL Server (or in your case Oracle) and adding them to the classpath.You will have to add it the the application server classpath as well since adding to the classpath on the server isnt enough.Hope this helps

  • Drill through report examples/steps

    Hi Gurus
    I am trying to create report with Drill through functionalities. I want to know the steps to create report with drill through functionalities. I have understood the set up for Drill through but still not able to visualize  how to  use it in evdre() report.
    I will  appreciate if some one can send me steps for using drill through in a cell in evdre() report. may I request  with  example of Drill through in evdre report  please ?
    Thanks in advance
    SN

    Hi Satyanarayana,
    Please refer to page 26 on the below document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70758bd3-8686-2b10-ea85-cc7c5052fe73?quicklink=index&overridelayout=true
    hope it helps.
    Regards,
    Raghu

  • Drill Through report Intersection levels

    <p>Hello,</p><p> </p><p>Is it possible to have an intersection in a drill through reportfor a particular level which would not include its descendents?Like for example:</p><p>Dimension: Products</p><p>                            Coke</p><p>                            Pepsi</p><p>   I want the drill through intersection to beonly on PRODUCTS and not on Pepsi or Cola.</p><p> </p><p>Can this be done in the drill through defination?</p><p> </p><p>Thank you.</p>

    Assuming you are using EIS for the drill through, you can set up the drill through intersection for any level or at the dimension level. If you are using Analyzer for drill through, you can set up the query to only get the dimension 'Product'

  • 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!:-)

  • *****EIS : Drill through Report Error while excel data retre

    Dear All,
    could you please help me in the below error . When i tried to get the drill through reports in excel add-in ,
    i am getting the below error . When i had look into EIS log, its generating dynamic query for this drill through reports .
    [NCR][ODBC Teradata][Teradata Database] Syntax error- expected something between the word '<<Databasename>>' and the word 'ai'.Unable to get catalog string.
    Thanks in advance .
    M

    You are saying the dynamic query was generated, did you copy the query and tried to execute it in the database client. Check the SQl for any errors and also in the did you see any SQL errors?

  • Drill through in Pie Chart/Range Guage

    Hi
    I enable drill thorugh in my Pie Chart and Range Guage( Dial Guage) in the BAM reports.
    How to change the value format for the drill through fileds. IF we go to the value format the drop down for filed selection just shows the fields used to configure the Guage or pie chart and not the fileds used for drill though
    How can we change the format for the fields used for drill through
    TO reproduce
    Just take some id, process name, exceution time,status( success/failure). The dial guage shows just the execution time average.Now in drill through it has details for id. processname, started/failure. How to change the format for these fields.When u select properties and then go to value format tab and the dropdown for fields will show only execution time not status, processname or id.
    How to change the value format for these fields

    I don't think this is a bug. This happens only for the drill through reports that get created by default for a particular view. Because you are trying to look for formatting options for drill through report from the context of your main report editor, you are finding it as bug. It will be very difficult to provide all such options for DEFAULT drill through report in the context of MAIN report. I think may be we can add a line or two in our documentation to clarify this part, that should be sufficient.

  • Planning drill through with EPMA members

    I have a webform and it displays a field 'Asset Desc' which is member of Accounts Dim. This member is only at EPMA and not in Essbase.
    Once the Data is entered through webform, I should be able to drill-thru with 'Asset Desc' along with other details.

    984167 wrote:
    I have a webform and it displays a field 'Asset Desc' which is member of Accounts Dim. This member is only at EPMA and not in Essbase.
    Once the Data is entered through webform, I should be able to drill-thru with 'Asset Desc' along with other details.
    What do you mean by it is not there in Essbase? If it is showing up in webform and you can enter data it'll be there in Essbase.
    If you perform a search for Planning drill through you'll get lots of article.
    More to life than this...: Planning V11 Drill back
    Regards
    Celvin
    http://www.orahyplabs.com

  • Essbase Studio Drill-through for Recursive Hierarchy - Generation 1

    I'm using Essbase Studio 11.1.2.3 to build an ASO cube. All my hierarchies are recursive (parent-child). I would like to define a drill-through report and I understand that I have to use the Advanced Settings option to specify my intersections. Now one of my dimensions is optional for the users - they don't have to specify a member (they can leave it at the highest level - dimension name on the spreadsheet). Under 'Advanced Settings' for DT report in Studio I have to specify a Generation value of 2 or greater than 2. How do I enable drill through in cells where one of the dimension is at Gen1 ? Specifying the level number didn't work. I think if you specify Level in 'Advanced Settings', drill through is allowed only if that specified level of the dimension is chosen, if Gen 2 is specified, then drill through is allowed as long as the dimension-members specified are at or above Gen2. But what about Gen1?

    Yep, this is a limitation. I suggest you create two reports one that takes your "optional" dimension out and a second one that has it in. if they don't need the dimension, select the first report and if they need the filter then the second. I m always a little leery with recursive hierarchies and Gen 2 or 3 sine they create a list of level 0 members under the selection in the query and there are limits to the number of members in an in clause and at high levels in the hierarchy it is easy to surpass it (In Oracle it is 1000  members)

  • 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

Maybe you are looking for

  • Creative MP3 damaged. It is in the warranty period. but not able to get it do

    I purchased my creative zen v GB mp3 player through circuit city. Now I have a problem. It is not getting charged. the problem happened after 30 days. So circuit city is not accepting for refund.How to get my player repaired. creative offers 90 days

  • How to create add-on of a system form in sap b1 9.0?

    Hi all, I have a problem related to the creation of a system form add-on of sap b1 9.0. I can develop some projects in visual basic, but about sap b1 add-on, I know how to package files of to install (.ard and .exe files) and I also know how to regis

  • Files are not recognized

    Files stored in External FireWire HardDisk strated to behave problematically. First I thought the problem was with QuickTime as most of the files are .mov files, but after more investigations .jpg .PSD .dmg and .aif files stored to that same disk see

  • Unable to use Solaris Management Console to administer Disks - CIM_ERR_FAIL

    Hi Guys, I am trying to use the SMC but whenever I try to access the disk I get the following error: Unexpected CIM error: CIM_ERR_FAILED. Do anyone have an idea why I am getting this error? Thanks, JavaMoh Edited by: JavaMoh on Oct 10, 2009 2:03 AM

  • Why won't Mountain Lion install on my new 13" Macbook Pro Retina?

    I just received my Macbook Pro 13" retina 2 weeks ago.  I did a time machine restore and have now decided a fresh install of everything would be better since there are a lot of unnecessary programs and files from my previous macbook pro.  I did the r