Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Generate Filter Condition Statement

I need to generate two different conditions to filter my dashboard objects.

IF FIELD A = "ACTIVE"

IF FIELD B = "OPEN"

I would like to generate a list box that the user can select one of two values and have the above conditionals passed to the other objects in the scorecard....

Any ideas?

THanks.

1 Reply
sujeetsingh
Master III
Master III

better to go with a flag field  called in script as

if(...) ....flag

this flag will have values as Active and Open