Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error: 1012021 Calc Script Command [ @DESCENDANTS ( "19_Shocks" ) ] is incomplete

Mahesh_2678834Jul 24 2019 — edited Jul 30 2019

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.

Comments
Post Details
Added on Jul 24 2019
6 comments
613 views