How to extract a particular character from a particular measure dimensions
Hi,
What i need to achieve is:
I have a measure named BUCPSLSR at week/class/country/stocktype(custom hierarchy).
The BUCPSlsR file would be like this:
W33_2017,2815_2681_2,1,1000
Now in my class dimension we have tagged another custom hierarchy id "_2".
Now I need to check this tagged id and set a boolean measure as true.
BooleanMeasure = if(BUCPSLSR.position([prod].[clss]) == "2", true, false)
Can someone help me in achieving this.
Thanks.
Aagosh