Hi,
New to TM1,trying to learn.
I would like to know ,how to extract the input values from the picklist and transfer to a different cube.
Example:
Car model year color
Camry 95 red
I want to assign "camry,95, red " values to a different cube.
Thanks in advance.
How to extract the input values from the picklist and transfer to different cube
-
- Posts: 7
- Joined: Thu Feb 04, 2016 7:38 pm
- OLAP Product: tm1
- Version: 10.2
- Excel Version: 2013
- jim wood
- Site Admin
- Posts: 3958
- 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: How to extract the input values from the picklist and transfer to different cube
Moved to the correct forum.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- Posts: 9
- Joined: Fri May 11, 2012 1:38 pm
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2007
Re: How to extract the input values from the picklist and transfer to different cube
I might be wrong but as far as I know picklists actually are "text" values in the cell. So in my opinion you could use the substring operators to extract the values you need from the strings placed in the picklist cells and then paste them in other cubes using the cellput instructions.Prajan_cyber wrote:Hi,
New to TM1,trying to learn.
I would like to know ,how to extract the input values from the picklist and transfer to a different cube.
Example:
Car model year color
Camry 95 red
I want to assign "camry,95, red " values to a different cube.
Thanks in advance.
-
- Posts: 119
- Joined: Mon Oct 27, 2014 10:50 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2013
Re: How to extract the input values from the picklist and transfer to different cube
This is how I would do it:
The picklist-dimension would have string attributes with Model, Year and Color.
The "different cube" would then contain rules that checks the picklist value and then gets the model, year and color using ATTRS.
The picklist-dimension would have string attributes with Model, Year and Color.
The "different cube" would then contain rules that checks the picklist value and then gets the model, year and color using ATTRS.