cancel
Showing results for 
Search instead for 
Did you mean: 

Data Manager Package Single Selection

Former Member
0 Kudos

Hi Experts,

I have a data manager package that call a logic.

This is the code of data manager script:

'DEBUG(ON)
PROMPT(SELECTINPUT,,,"Source Category is ACTUAL. Select Destination Category, Entity and Time","%CATEGORY_DIM%%ENTITY_DIM%%TIME_DIM%")

TASK(Execute formulas,USER,%USER%)
TASK(Execute formulas,Environment,%Environment%)
TASK(Execute formulas,Model,%Model%)
TASK(Execute formulas,SELECTION,%SELECTIONFILE%)
TASK(Execute formulas,LOGICFILE,%ModelPath%\..\AdminApp\%Model%\From_IC_to_FIN.lgx)
TASK(Execute formulas,RUNMODE,1)
TASK(Execute formulas,LOGICMODE,1)

It's possible to modify only category prompt in order to prevent the user from multi selection of categories ?

Thanks

Samuele

Accepted Solutions (1)

Accepted Solutions (1)

former_member186498
Active Contributor
0 Kudos

Hi Samuele,

to be sure that the user choose only one value I think the only possibility is using a PROMPT(COMBOBOX, ... or PROMPT(RADIOBUTTON, .... for it.

Regards

     Roberto

Answers (0)