Page 1 of 1

Rule to all member of certain Consolidation

Posted: Mon May 28, 2012 3:00 am
by aztec
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)

Re: Rule to all member of certain Consolidation

Posted: Mon May 28, 2012 7:11 am
by qml
Example:

Code: Select all

[] = N: IF ( ELISPAR ('Dim_X', 'Consold A', !Dim_X) = 1,
<rest of your rule>,
STET );

Re: Rule to all member of certain Consolidation

Posted: Tue May 29, 2012 1:28 am
by aztec
thanks a lot man, :D :D