I was wondering I have 1 cube as a data entry wherein he can drop down months as a picklist then filters the number of days available in a month to determine the date to be used.
I need to create a reports of all items for all hierarchy that chose the date. Is it possible to make the String value from another cube as reference to the reporting cube.
Can I for example do this:
['Cost']=('cube1',dimension1,dimension2, dimension3,'2012-|MONTH('cube1',dimension1, dimension2,'DateUsed')|DAYS('cube1,dimension1,dimension2,DataUsed),'Cost']).
Any suggestion on this approach...its a lil different approach to TM1 from planning. This is just what I could think of rather than providing a long drop down list as a dimension.
CONCATENATE in Rules
-
- Regular Participant
- Posts: 269
- Joined: Tue Apr 21, 2009 3:43 am
- OLAP Product: Cognos TM1, Planning
- Version: 9.1 SP3 9.4 MR1 FP1 9.5
- Excel Version: 2003
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: CONCATENATE in Rules
Technically, that's a valid rule IF
1) '2012-|MONTH('cube1',dimension1, dimension2,'DateUsed')|DAYS('cube1,dimension1,dimension2,DataUsed) evaluates to a string value AND
2) there is an element in the next to last dimension of cube1 that equals the string from above
1) '2012-|MONTH('cube1',dimension1, dimension2,'DateUsed')|DAYS('cube1,dimension1,dimension2,DataUsed) evaluates to a string value AND
2) there is an element in the next to last dimension of cube1 that equals the string from above