Is it possible to pass multiple variables from the prompt to the clear task?
I have tried:
PROMPT(SELECT,%SELECTION%,,"Select the Version to CLEAR","VERSION",1,1)
PROMPT(SELECT,%SELECTION2%,,"Select the members to CLEAR","FUNCTIONAL_AREA,BUSINESS_AREA,PROFIT_CENTER,COST_CATEGORY,TIME",0)
PROMPT(RADIOBUTTON,%ENABLETASK%,"Do you want to clear comments associated with the data region?",1,{"Yes","No"},{"1","0"})
PROMPT(RADIOBUTTON,%CHECKLCK%,"Do you want to check Work Status when clearing?",1,{"Yes, delete comments with work status settings","No, do not delete comments with work status settings"},{"1","0"})
PROMPT(RADIOBUTTON,%CHECKJOUR%,"Exit the package if journal data encountered (no change will be committed)?",0,{"Yes","No"},{"1","0"})
INFO(%ENABLETASK%,0)
INFO(%CHECKLCK% ,0)
TASK(/CPMB/CLEAR_CUBE,CHECKLCK,%CHECKLCK%)
TASK(/CPMB/CLEAR_CUBE,SELECTION,%SELECTION%%SELECTION2%)
TASK(/CPMB/CLEAR_CUBE,DUMPLOADMODE,3)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,SELECTION,%SELECTION%%SELECTION2%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,ENABLETASK,%ENABLETASK%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKLCK,%CHECKLCK%)
But nothing gets cleared.
I want to use a prompt for our Version (Category dim) so the users is forced to make a selection. Have had data cleared by mistake
when they leave the version at the default <ALL>. I don't like the default value for all the dimesnions based on the context thus the
separate prompt