You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ASO and Attribute

edited Jul 30, 2020 4:16AM in Planning 2 comments

Summary

member formula and attribute

Content

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
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,
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!