Jump to content

How to show filtered unique values in a list-box


Michael Springer 3

Recommended Posts

I created a multiple select filter for a line graph to select different batches of a product. I also want to have a list-box where the user can select batches from the filtered values to set as a document property. Every time I create the list box, I can only show all unique values but I only want to show the filtered values. Is there any way to do this
Link to comment
Share on other sites

You can use below workaround:

1) Create another data table say table2 which will contain filtered values from the column you would like to add in listbox. Exclude all other columns. You can also pivot this column so only distinct values are present.

See Filtering in related data tables for more information

https://docs.tibco.com/pub/sfire-analyst/10.8.0/doc/html/en-US/TIB_sfire...

2) Once above is created, create listbox property referencing this column from table 2.

Now whenever filter values change, table2 column values would change and so would the listbox doc property.

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...