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 "property".
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],'${property}')>0
Comments
0 comments
Article is closed for comments.