Forum Discussion
Rev
3 years agoNew Contributor II
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 -> Shou...
EricOsmanski
OneStream Employee
3 years agoMulti Select returns the result as "US,ASIA" so that is why the member filter being used in the 2nd parameter doesn't work. You should try passing the 1st parameter to an XFBR String which parses out "US,ASIA" and then returns "U1#US.Base,U1#ASIA.Base".
Related Content
- 3 years ago
- 2 years ago