Hi all
My custom measure formula works perfectly in the EPM Add-in but cannot be read by the logic script
In a YTD model, this works perfectly
*WHEN ACCOUNT
*IS 123
*REC(EXPRESSION = [MEASURES].[PERIODIC],ACCOUNT = 456)
*ENDWHEN
But a script that references a custom formula does not work
*WHEN ACCOUNT
*IS 123
*REC(EXPRESSION = [MEASURES].[CUSTOM_NAME],ACCOUNT = 456)
*ENDWHEN
Has anybody else tried this?
Byron