Hi Experts,
I want to display a dimension (lets say Currency dimension) element based on Market dimension attributes.
Explanation -- The attribute currency is defined for Market dimension . I want to display the elements in currency dimension according to selection of elements Market dimension.
Please HELP !!!!
Thanks in advance.
Display dimension element based on attribute
-
- Community Contributor
- Posts: 324
- Joined: Mon Jul 02, 2012 9:39 pm
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: 2016
- Location: Sydney, Australia
Re: Display dimension element based on attribute
Bit puzzled with what are you trying to do here...
ET
... display where?I want to display the elements in currency dimension according to selection of elements Market dimension
ET
- theblackdawn
- Posts: 12
- Joined: Sun Aug 04, 2013 3:53 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1.1 10.2
- Excel Version: 2003 2007 2010
Re: Display dimension element based on attribute
As far as I have understood, you are trying to display some elements in one dimension based on a selection of elements in another dimension.vins wrote: I want to display a dimension (lets say Currency dimension) element based on Market dimension attributes.
And as far as I am aware, it is not possible to have a conditional drop-down of the dimensions inside a cube view. (Experts, please correct me if I'm wrong).
Possible workaround acc. to me - you can make the elements in Currency dimension display as Data values inside the cube, based on the selection of Market dimension elements. This is possible.
Would deftly say others' suggestions would be more helpful. This was just a thought from my end.
-
- Community Contributor
- Posts: 324
- Joined: Mon Jul 02, 2012 9:39 pm
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: 2016
- Location: Sydney, Australia
Re: Display dimension element based on attribute
As far as I have understood, you are trying to display some elements in one dimension based on a selection of elements in another dimension.
And as far as I am aware, it is not possible to have a conditional drop-down of the dimensions inside a cube view. (Experts, please correct me if I'm wrong).
Are you referring to conditional picklist? I havent extensively tested it, but I dont think you can...
-
- Posts: 141
- Joined: Wed Mar 09, 2011 1:25 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2003 2007 2010 2013
Re: Display dimension element based on attribute
Could you not add the other dimensional data to your data you wish to "filter by" as attributes and then use the filter by option?
Re: Display dimension element based on attribute
Thanks for your precious answers!!!
@Darkhorse .. Do we have any option to use filter by attributes in TI process or any other work around to make it dynamic.
@Darkhorse .. Do we have any option to use filter by attributes in TI process or any other work around to make it dynamic.
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Display dimension element based on attribute
You can use SubsetCreateByMDX() in your prolog to create the data source or just do a while loop through the dimension elements with an IF statement inside; to assess if your ATTRS criteria is met, if so - use SubsetElementInsert.vins wrote:Do we have any option to use filter by attributes in TI process or any other work around to make it dynamic.
Declan Rodger