Jump to content

List Box (Multiple Select) in Spotfire.


BHARATHI Palani

Recommended Posts

One way is to to insert a new column into your data set that is set to 'Yes' or 'No', depending on whether that row is covered by the values selected in the list box, then use the Filters or Show/Hide Items to remove the 'No' values.

 

The expression for this new column would be something like:

 

if(find([Column name],"$map("${PropControl name}", "&")")>0, "Yes", "No" )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...