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

Simple question: how to compare two customID-tabels?

Hi

I have two tabels with customerID. How can I compare these so I see which ID occur in both tabels?

1 Solution

Accepted Solutions
Jason_Michaelides
Partner - Master II
Partner - Master II

There are countless ways to achieve this. The easiest is probably if you load both tables in the script (and ensure that CustomerId is the only common field) then QlikView will automatically join the tables on this field.  Then any chart with CustomerId as a dimension and maybe two expressions - one that counts a field in table1 and one that counts a field in table2. Any row with a count in both expressions gives you the answer.

As I say though, this is a very broad question with many many solutions.

Hope this a helps.

Jason

View solution in original post

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

There are countless ways to achieve this. The easiest is probably if you load both tables in the script (and ensure that CustomerId is the only common field) then QlikView will automatically join the tables on this field.  Then any chart with CustomerId as a dimension and maybe two expressions - one that counts a field in table1 and one that counts a field in table2. Any row with a count in both expressions gives you the answer.

As I say though, this is a very broad question with many many solutions.

Hope this a helps.

Jason