Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
chandrest
Contributor
Contributor

Set Analysis - Uniques

I have a set analysis formula counting Sales from “Germany” as follows:

(Count({<[Country]={‘Germany}>} Sales))

I would like to however only consider the uniques of a third column called “Submissions”. The current selection double counts Submissions.

How might I go about removing all duplicates of a third column / submissions column?

TIA!

Labels (1)
1 Reply
BrunPierre
Partner - Master
Partner - Master

Hi, perhaps this.

=Count(DISTINCT {<[Country]={'Germany'}, Submissions= {"=Count(Submissions) = 1"}>} Sales)