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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count only different values

Dears,

How can I count only the different values?

Thanks again

Labels (1)
1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

count(distinct FIELD)

View solution in original post

2 Replies
erichshiino
Partner - Master
Partner - Master

count(distinct FIELD)

Not applicable
Author

COUNT(DISTINCT your_field)