Hi Everyone,
I have two modules A and B.
The module A has one line item formated as a list "Users". Let's call it myUser.
The module B's dimensionnality is Users (only). It has one boolean lineitem called myBool.
I would like to retreive the value from B.myBool to A.
I wanted to use the formula in module
A.myBool = B.myBool[LOOKUP : myUser]
Anaplan failed with the following error message :
Invalid use of 'Users' list with function 'LOOKUP'
Do you have any workaround ?
Best regards