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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

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

May be this:

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