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

How to use Exclusion in set set analysis?

Hi everyone,

I've googled but I cant understand how to find exclusion values in set analysis?

I have two tables, I concatenate them in one and used a flag ('table one'/' table two') so I could find some id which only one table has but I can't understand how to write it down

Labels (1)
3 Replies
john_wang
Support
Support

Hello @woungchi3 ,

Welcome to Qlik Community forum and thanks for reaching out here!

Seems I did not get the question well. Would you please elaborate it, it's better with a sample and the expected results.

thanks,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
Padma123
Creator
Creator

You want id's which only table 1 is present is

Concat({<id=e({<flag={'table2'}>})>}id,',')

result: it will exclude table2 id +matching id's between the 2 table(result is unique values from table 1)

for table 2

Concat({<id=e({<flag={'table1'}>})>}id,',')

result: it will exclude table1 id +matching id's between the 2 table(result is unique values from table 2)

john_wang
Support
Support

Thank you for the help @Padma123 . would you please confirm the product name? if it's QDA products then we will move the article to Sense forum area.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!