Rev
2 years agoNew Contributor
Combo Box Multiselect parameter list - Advanced requirement
Hi. I've created a multiselect parameter where the selection will be passed into another parameter.
Param1 -> Multiselect combo box(Eg: Level 2 members selected as "US" and "ASIA")
Param2 -> Should be populated based on the Param1 selection(Eg: Level 4 members "NY","PH","AZ" of "US" and "IND,SG,TH" of "ASIA" should be listed)
Below options dint work.
U1#Root.List(|!Param1!|).Base
U1#|!Param1!|.Base
Need suggestions