ASO and Attribute
Summary
member formula and attributeContent
Hi
I try to convert a member formula done for a BSO cube into a formula for an ASO cube. It's the first time I'm activating an ASO cube.
This is my starting point from BSO ==> formula for member INDIC_PROD
IF(@ISATTRIBUTE("PROD"))
"INDIC";
ENDIF
"INDIC";
ENDIF
where INDIC is a member from Account dimension and is loaded by DM
PROD is an attribute from Organisation dimension
Fine
Now I'd like to convert it to an ASO cube.
I've tried first but it doesn't compute
NONEMPTYMEMBER [INDIC]
( IIF(IS([Organisation].CurrentMember.Attribute,[PROD]),
CurrentMember,
0