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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to count ignoring the same ocurrences


Hello everyone,

I have a field with Names, and i need to count the number of people, ignoring the same name, once is the same person.

For example:

Names.JPG

Based in this table, i won´t count "Alan Fichberg Burd" and "Alejandro Sandoval Arenas" more than one time.

Someone could help to implement this funtion on QlikView.

Best Regards,

Rodrigo

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

Count( Distinct Name)

View solution in original post

3 Replies
nagaiank
Specialist III
Specialist III

Count( Distinct Name)

Clever_Anjos
Employee
Employee

Count(Distinct Name)

Not applicable
Author

Thanks guys !!