Error When Using Cross Dimension Members in PBCS
Summary
Script editor returns "Invalid Member Name" error when I use crossdim members left of the equal signContent
Hi everyone,
when I try to build a calc script that contains cross-dimensional members within a fix, I seem to be unable to use cross-dim members left of the equal sign.
When I try this
FIX(Actual)
"60100000"->"Entity Currency" = "60200000"->"Parent Currency"
ENDFIX
I receive the following error message: Error:Invalid member name [60100000->Entity Currency]
I can do this
"60100000" = "60200000"
and I can do this
"60100000" = "60200000"->"Parent Currency";
The only way I can do the initial calculation is when I do it on a member:
Tagged:
0