Hi all,
I need help a little bit.
- Do you all know how to apply rule to all child in a certain consolidation?
Exp: Dim X
Consold A
Child 1
Child 2
Child 3
Etc
Consold B
Child 1
Child 2
I only need to apply rule to all child at consold A (apply all at once, cause element inside Consold A keep increase from time to time)
Rule to all member of certain Consolidation
- qml
- MVP
- Posts: 1098
- 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 to all member of certain Consolidation
Example:
Code: Select all
[] = N: IF ( ELISPAR ('Dim_X', 'Consold A', !Dim_X) = 1,
<rest of your rule>,
STET );
Kamil Arendt
Re: Rule to all member of certain Consolidation
thanks a lot man,


