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: 
nicolai_moller
Contributor
Contributor

Find values that contains..

Hello

I have a list of operations and each operation have one or more states during a time period

Ex.

Operation:    

Alpha

Bravo

Charlie

States:

1

2

3

4

5

I want to make a list of operations that contains State 1 and 2, even if they have had other states, ex. 3 and/or 4 also.

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I assume you want to operations that have both state 1 and state 2. Use Operation as dimension in a straight chart object and as expression sum({<States={1},Operation=p({<States={2}>}Operation)>} 1). You can hide the expression on the Presentation tab of the properties window. Replace States and Operation with your exact field names.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I assume you want to operations that have both state 1 and state 2. Use Operation as dimension in a straight chart object and as expression sum({<States={1},Operation=p({<States={2}>}Operation)>} 1). You can hide the expression on the Presentation tab of the properties window. Replace States and Operation with your exact field names.


talk is cheap, supply exceeds demand