I m need the following functionality in a cube using dynamic subset creation by relating 2 dimensions of a cube. For example I have two dimesion called country and branches. if i select the any country in view of the cube then only branches of that country should be shown in branch dimension. for Linking these 2 dimensions,Branch dimension alread have text attributes as country values.
I try to create this using dynamic subset creation and the create subset not get effected in the cube.
Please any person known how to creation/configuratin of this dynmic subset.
Ananthanarayanan c
Dynamic Subset creation by connecting 2 dimension of cube
-
- Posts: 1
- Joined: Mon Sep 14, 2009 4:13 am
- OLAP Product: cognos tm1
- Version: 9.4
- Excel Version: office 2003
-
- Community Contributor
- Posts: 132
- Joined: Thu Oct 15, 2009 7:45 pm
- OLAP Product: TM1
- Version: 9.4.1 9.5 9.5.1
- Excel Version: 2003 2007
Re: Dynamic Subset creation by connecting 2 dimension of cub
I do not believe this capability exists as how would the subset know what you have selected from the other dimension.
Have you thought of possibly combining the 2 dimensions if they are so closely related to each other.
Have you thought of possibly combining the 2 dimensions if they are so closely related to each other.
Ankur Jain
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Dynamic Subset creation by connecting 2 dimension of cub
You can build a view that is filtered to do something like this. Right click on the cube and select export to ascii. You'll find the filters in the top right hand corner. I'm not 100% certain if this would be the best fit but something to start with.
Other wise you might be looking at doing something through TI,
Jim.
Other wise you might be looking at doing something through TI,
Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Dynamic Subset creation by connecting 2 dimension of cub
If zero supression is on in the view then you should get this behaviour by default as only branches of the country selected will contain data ...ananthu007 wrote:I m need the following functionality in a cube using dynamic subset creation by relating 2 dimensions of a cube. For example I have two dimesion called country and branches. if i select the any country in view of the cube then only branches of that country should be shown in branch dimension. for Linking these 2 dimensions,Branch dimension alread have text attributes as country values.
I try to create this using dynamic subset creation and the create subset not get effected in the cube.
Please any person known how to creation/configuratin of this dynmic subset.
Ananthanarayanan c
However if you want to get the same result for data entry then you are stuck as far as the cube viewer goes as I don't believe there is any way to pass the CurrentMember property of the Country dimension into an MDX statement of the Branch dimension. (Note to IBM listeners, it would be great if this was possible! This would be handy for contributor apps as currently achieving this sort of behaviour without pre-seeding with data and zero supression isn't possible without using element security instead which isn't always possible if access is required to other nodes.)
However, assuming you have an attribute against branch which identifies the country to which it belongs then you can do this very easily in an active form as in Excel (or a websheet) it is very easy to pass the context of the cell in which country is selected into an MDX statement that defines the Branch rowset and return only the relevant branches.