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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
YannikPrill
Contributor II
Contributor II

Count names in column, but only count them once

Hey QLIK Brains,

I think the title says it all... I Need to Count supplier names in a specific column, lets call it column [X]. Now each supplier is listed multiple times, but I just want to Count each one once. Is there a formula that does that? 

 

Thx in advance,

 

yannik

1 Solution

Accepted Solutions
simonaubert
Partner - Specialist II
Partner - Specialist II

Hello,

You can specifiy "distinct" such as :
count(distinct ID_Supplier)

Bi Consultant (Dataviz & Dataprep) @ Business & Decision

View solution in original post

2 Replies
simonaubert
Partner - Specialist II
Partner - Specialist II

Hello,

You can specifiy "distinct" such as :
count(distinct ID_Supplier)

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
YannikPrill
Contributor II
Contributor II
Author

Thx 🙂 that worked!