I want to copy one scenario, say scenario1 from a cube into another scenario, say scenario2 in the same cube.
In scenario 1 everything is data entry and where I have string and simple type data.
I have written an area definition to copy scenario1 into scenario2, but the area definition apply only for simple type data i.e. only simple type data is copied from scenario1 to scenario2, not the string type.
I want to apply the same rule in string type data also...Please any solutions?
I am using IBM Cognos TM1 9.5.1.
Pradeep J
Rule for Simple and String Elements in a Dimension
-
- Posts: 28
- Joined: Tue Jun 16, 2009 1:03 pm
- OLAP Product: IBM Cognos TM1
- Version: 9.5.1
- Excel Version: 2007
- Location: India
- qml
- MVP
- Posts: 1097
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Rule for Simple and String Elements in a Dimension
It is all described in the TM1 Rules Guide.
You should do something along these lines:
You should do something along these lines:
Code: Select all
['Scenario2'] = N: ['Scenario1'],
S: ['Scenario1'];
Kamil Arendt