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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
alemberg
Contributor III
Contributor III

DISTINCT

Folks the following expression is working for me within a KPI extension. I am however looking for the result to come back DISTINCT with the count. What do i need to add to this expression to make that happen.

Count({$<[Bank KPI - # of Clients pending On-Boarding]={Y}>}Client)

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this:

Count(DISTINCT {$<[Bank KPI - # of Clients pending On-Boarding]={Y}>}Client)

View solution in original post

2 Replies
srchagas
Creator III
Creator III

did you try use?

Count(  DISTINCT {$<[Bank KPI - # of Clients pending On-Boarding]={Y}>}Client)

sunny_talwar
MVP
MVP

May be this:

Count(DISTINCT {$<[Bank KPI - # of Clients pending On-Boarding]={Y}>}Client)