Can someone help us with this error.
We are trying to copy the data loaded to 'Apr' and '19_Base' , and 'fix' it to 'Aprl' and LS_19_CDT1. and other members under "19_Shocks".
We have this statement
FIX("Apr")
@DESCENDANTS( "19_Shocks") = "19_Base" -> "Apr" ;
ENDFIX
and the outline is as below,
- 2019 Sensitivities
- 19_Base(+) <4>
- LS_19_Base
- LS_19_Base_Alt1
- 19_Shocks
- LS_19_CDT1(+)
- LS_19_CDT2(+)
'Apr' (April) is a member in another dimension.
We are getting the calc script incomplete error.