Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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!