Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to limit data of Visualizations based on the selected values of multiselect list box property control?
Solution:
Consider an example where you have the following dataset and you want to limit the data in the visualization based on the user names which are selected in multi-select List box property control which is named as "test".
Dataset:
Name Birthdate
Sherlock 24/08/1980
Holmes 24/12/1989
Right click the visualization in which you want limit the data, choose "Properties">"Data", and under the "Limit data using expression:" section use the following expression.
Find([name],'${test}')>0
Comments
0 comments
Article is closed for comments.