ESSBASE ASO Member formula
Summary
ESSBASE ASO Member formulaContent
Hi All,
Having member formula with function 'ISMATCH' which is working fine but taking little more time to produce the output, just wanted to check the alternate ways (other than ISMATCH function) to reduce the execution time.
-------------------------------------------------------------------------------------------------------------
CASE
WHEN IS ([Balance].CurrentMember,[####])
AND IS ([Entity].CurrentMember,[####])
AND (ISMATCH(Accounts.CurrentMember.MEMBER_NAME, "^c1")
OR ISMATCH(Accounts.CurrentMember.MEMBER_NAME, "^c2")
OR ISMATCH(Accounts.CurrentMember.MEMBER_NAME, "^c3")
THEN IIF ((([ABC],[def]).value = 0 OR ([ABC],[def]).Value = missing ),([Number of Plans],[def]),([ABC],[def]))
--------------------------------------------------------------------------------------------------------------
Please suggest.
Thanks
Venkataraju Saripella