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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

count different values

hello i need to count the number of unique values from a list of projects how could i do it?

hola, de una lista de proyectos en las que se repiten algunos de ellos, tendría que contar el número de proyectos únicos ¿cómo puedo hacerlo? gracias

1 Reply
narender123
Specialist
Specialist

Hi,

Use Distinct.

like

Count(Distinct id)

Thanks