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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
rogeriobarbosa
Contributor II
Contributor II

FUNCTION RETURN VALUE THAT IS MORE REPEAT

I NEED AN EXPRESSION OR FUNCTION TO RETURN THE VALUE THAT MORE REPEATS WITHIN A FIELD

EX: VALUE

           a

           2

           3

           3

           4

           3

  The EXPRESSION

SUM (VALUE)

SHOULD RETURN 3

THANK YOU

Labels (1)
1 Reply
Nicole-Smith
MVP
MVP

The mode function gives the value that shows up the most in a data set.

=mode(VALUE)