drop down menu - Spotfire DropDown list to filter entire page? -
i have been desperately trying figure out how take column, customer name, , able make drop down list filters entire pages visualizations when have specif customer selected filters everything.
i think i'm going down right path creating property type string , setting unique values in customer name column, cant seem figure out next. if have set individually each visualization fine, cant seem work.
can me figure out?
i'm on spotfire 7.0 if matters. thanks
thank in advance.
@tplee - in order apply filter visualization selected drop down, have insert below case statement in 'limit data using expression' section of visualization properties shown below.
- right click on visualization , go properties.
- click on edit shown in picture , insert below case statement , click 'ok'.
note: 'yourcolumnname' column name data table using , ${customername} property control name
case when "${customername}"=[yourcolumnname] true when "${customername}"="" true else false end
Comments
Post a Comment