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

Alternative states with intersection and unon

Two Month filters with alternate states set1,set2

selection:

set1-June2017

set2-May2017

Count({set1*set2} ID) is not giving me intersection

count({set2-set1}D) is not giving me CIN's only present in SET2

individual sets are giving me correct counts. Not sure where it is going wrong?

3 Replies
Anil_Babu_Samineni

How is your full expression looks like?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Kushal_Chawda

Anonymous
Not applicable
Author

It is nothing that complex I am using.

Two period filters with alternative states and want to find Intersection and left only, right only Records.

It works fine for

set1 : Count({set1}ID)

set2: Count({set2}ID)

Not working for either of below:

Intersection is not working for

Count({set1*set2}ID)

Left only

Count({set1-set2}ID)