Hi,
I want to create a list of member IDs of members in an excel sheet of all members that have a special property, CALC=Y.
I created an excel sheet, logged on to the AppSet and created one cell with
=EVLST("COSTCENTER","Account","B2","I:I","ID",TRUE,TRUE)
and into cell B2, I wrote
ACCOUNT.CurrentMember.PROPERTIES('CALC')='Y'
But column "I" stays empty. What I am doing wrong?