Hi,
I am trying to create some validation rules, the rules works just fine for me. I am struggling with the "Other Source Dimensions Members" column in the Validation rules definition. As I understand this column is that I can filter out specific data that should be used in this validation. In my case I want to filter out specific entities.
To select those entities I would like to either use a property from my entity dimension or where entity is not equal to a specified value...
What I have tried:
ENTITY.DIMLIST_PPC<>""
ENTITY.DIMLIST_PPC="X"
[ENTITY].properties("DIMLIST_PPC")="X"
I can't get any of above to work the only thing I can get to work is to use for example:
ENTITY=ABC123
it would also work for me to use
ENTITY<>XYZ123 but I can't get that to work either.
Would really appreciate any input/ideas on this.
I'm on BPC 10 MS SP15.
Brgds
Mattias