cancel
Showing results for 
Search instead for 
Did you mean: 

Limit SELECTINPUT Prompt()Command

Former Member
0 Kudos

Gurus-

I have some script logic I'd like to execute through a DM package and want the user to ONLY select the profit center member on which to execute the script.

Within the SELECTINPUT prompt command I know I can use %DIMS% to obtain all the dimensions for selection but I only want them to see the selection for profit center.  Seems like I can only limit the dimension selection for Category (%CATEGORY_DIM%) , Time (%TIME_DIM%), Entity (%ENTITY_DIM%), Currency (%CURRENCY_DIM%) and Account (%ACCOUNT_DIM%)

How do I limit the SELECTINPUT prompt command for a user-defined dimension, profit center?

I appreciate the help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Patrick,

I guess you have the same question posted in another thread. I have replied to that.

Just to give an excerpt, you can mention the user defined dimensions by just mentioning their names in the PROMPT statements.

Hope this helps.