Skip to Content
0
Former Member
Jun 03, 2009 at 04:38 PM

BPC Logic - Adding members in a property to the scope

94 Views

Hi experts,

I have a dimension where I have defined a property to link some members with a generic one.

ID             | EVDESCRIPTION       |    PARENTH1     |  NONE_INF
ACT_1          |    Does not matter  |                 |
ACT_1_NONE     |    Does not matter  |      ACT_1      |
ACT_1_1        |    Does not matter  |      ACT_1      |   ACT_1_NONE
ACT_1_2        |    Does not matter  |      ACT_1      |   ACT_1_NONE

I am writing a "Default" logic. Whenever we input a data in ACT_1_1 (i.e.) I need to check some data in ACT_1_NONE, so I need to write a logic that adds it to the scope. Does anybody know how I can do that? (if I use SELECT I can add it, but I would add all the "_NONE" members and at validation time. I would like to add only the used ones, as there are many, and at execution time as this dimension is often maintained).

Thank you,

Rafa