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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ehumphree
Contributor
Contributor

Specific Expression for a data set to which equals a specific indicator.

Hi everyone, I am new to Qliksense and I am trying to write an expression to extract a specific data set to equal an indicator I.e Long wait flag = '2' Long Wait.

 

Any help anyone can provide will be greatly appreciated.

 

1 Solution

Accepted Solutions
PriyankaShivhare
Creator II
Creator II

sum({<[wait flag]= {2}>}Measure)

View solution in original post

2 Replies
PriyankaShivhare
Creator II
Creator II

sum({<[wait flag]= {2}>}Measure)
Ehumphree
Contributor
Contributor
Author

Perfect thankyou