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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
stuwannop
Partner - Creator III
Partner - Creator III

Exception Reporting in two tables

Hi Everyone

I am trying to produce an exception report (table). I have two tables of data (Orders & Customer) that both have a field called Account Number. The Orders table may have multiple lines containing the account number and there may be duplicated ones in the Customer table (this probably won't matter but thought I'd mention it).

Besically what I am trying to do is produce a list (table) of unique account numbers that exist in the Orders table but NOT in the Customer Table. I want to be able to do this in a table as well rather than scripting. The idea is the Account NUmbers that don't exist in the customer table are reported on and added to the customer table manually.


Thanks for any help.

Stu

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Look at the keyword "EXISTS", it does exactly what you want