Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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
Count( Distinct Name)
Count( Distinct Name)
Count(Distinct Name)
Thanks guys !!