Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
You want id's which only table 1 is present is
Concat({<id=e({<flag={'table2'}>})>}id,',')
for table 2
Concat({<id=e({<flag={'table1'}>})>}id,',')