Hello,
We are running BPC 7.5.
At the moment we have the following script that is deleting correctly the selected member CALC_B of the DATA_SOURCE dimension:
PROMPT(SELECTINPUT,%SELECTION%,,,"%TIME_DIM%,%ENTITY_DIM%,VERSION")
INFO(%SUFFIX1%,DIMENSION:DATA_SOURCE|CALC_B|)
TASK(/CPMB/CLEAR_CUBE,SELECTION,%SELECTION%%SUFFIX1%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,SELECTION,%SELECTION%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,ENABLETASK,0)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKLCK,0)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKJOUR,0)
But, we would like to delete 3 dimension members from the dimension, but in all our tests we can’t make it work correctly. When we add more than one member all the cube is deleted.
Can you please help?
Thank you in advance.
Inês