brookb
2 years agoNew Contributor
Combo box multiselect parameter list
I have a dashboard where I created Parameter1 using bound list which is referenced in a combo box. A button then passes the data to the business rule. The issue I am having is that it only recognizes the first selected member and ignores all other selected members. How do you pass a multiselect list from combo box in Dashboard in order to loop through the list?
Pass the parameter inside []. It'll appear as a comma-separated list and if you don't escape using square brackets it'll only show you the first one.