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: 
Not applicable

Set Analysis two field filter where either of them should be true

Hi all,

I have two field that would serve me as Filter, ART_GRP and CUST_GRP, i need Set Analyse where (ART_GRP=1 or CUST_GRP=5),

Is it posible to write it like that in Expresion field or somewhere?

I am new to Qlick view so please help.

BR,

Ivan

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Something like this:

{<ART_GRP = {1}> + <CUST_GRP = {5}>}

Hope that helps

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Something like this:

{<ART_GRP = {1}> + <CUST_GRP = {5}>}

Hope that helps

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
manideep78
Partner - Specialist
Partner - Specialist

Yes,


But you can use set analysis for aggregation functions like count(), sum()...


So what do you want to find with the help of below condition?

Not applicable
Author

Thank you Jonathan,

That was i manage, i put agregation per those two field:

sum ({$<ART_GRP = {1}> + <CUST_GRP = {5}>} izn_dug-izn_pot)

I get correct answer, now could play with dimensions.

Thank you again.

BR

Ivan