Page 1 of 1

User Parameters - Using both Keys and Values

Posted: Mon Feb 24, 2014 4:27 am
by samad
When I use "Request From User" parameteres, and use a list of key/value (Item or Data Columns)
I receive the selected key in the variable.
How can I obtain the also the value selected?

Lets say I have the list of Months ("Jan", "Feb", ... , "Dec").
Whe I choose "Fev", myVar receives the key value (2). How can I also use the "Feb" string (values)?

Tks

Re: User Parameters - Using both Keys and Values

Posted: Mon Feb 24, 2014 8:01 am
by HighAley
Hello.

The only way is to set Keys the same as Values. The variable can have only one value and it's key.

Thank you.