-
Bug
-
Resolution: Unresolved
-
Major
-
None
When setting up a Multi-Level Single Select there is first the name of the Parameter.
Let's call this PARAM_NAME.
Then there is the Value. Here you can fill in multiple values and for each one listed a drop down menu will appear.
Lets call these VALUE1,VALUE2.
When the job is launched the only Environment Variable that is set is PARAM_NAME and it is set to the the value of whatever VALUE2 was selected.
There should be a variable set (excluding PARAM_NAME) for each Value listed.
So that when you run your job you would see the following environment variables:
PARAM_NAME = <some value>
VALUE1 = <value1 selected>
VALUE2 = <value2 selected>
...