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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sotann
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)
2 Replies
Lisa_P
Employee
Employee

The set component should be :

{<flag={[table one]}/{[table two]}>}

You could try a table with id as dimension and this as expression/measure:
{<flag={[table one]}/{[table two]}>}only(flag)

ChannaK
Creator
Creator

dont do like 'table one'/' table two'

 

table1:

load 'Table1' as TableName

from table1

concatenate(table1)

load 'Table2' as TableName

from table2

TableName column will help you to find