Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
coleturegroup
Contributor III
Contributor III

Challenge - Show people names that appear more then once in a table

I have a list of over 1 million names and addresses, i need to show all names with different addresses. Use case: who owns multiple homes?

What does that script look like and what is the best visual to show that?

Thanks team

1 Solution

Accepted Solutions
sunny_talwar

May be add Name as the dimension and the following expression

Count(DISTINCT {<Name = {"=Count(DISTINCT Address) > 1"}>} Address)

View solution in original post

2 Replies
sunny_talwar

May be add Name as the dimension and the following expression

Count(DISTINCT {<Name = {"=Count(DISTINCT Address) > 1"}>} Address)

coleturegroup
Contributor III
Contributor III
Author

Awesome Thanks