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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

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

=mode(VALUE)