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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis: Multiple field selections versus intersection

Hello, can anyone explain to me why the following set analysis code snippets (10SR2) are not equivalent?

Multiple field selections:

{$<Field1= {‘Value1’}, Field2 = {‘Value2’}>}

Intersection:

{$<Field1= {‘Value1’}>*<Field2 = {‘Value2’}>}

Thank you for your help.  This has been bothering me for a long time.

2 Replies
Clever_Anjos
Employee
Employee

Well, IMHO second expression lacks presence of "$" as a parameter.

Maybe {$<Field1= {‘Value1’}>*$<Field2 = {‘Value2’}>}

should return same results

I´m not used wit second type, when I use intersection I generally use on same field.

Not applicable
Author

I am starting to suspect that there is an implicit parameter between field selections, which is the union.  Can anyone confirm this?