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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Find the model of a column

Hello

I am looking to find the value which appears the most in a field

i.e.

1

2

3

1

1

2

Modal would be 1

What Expression would be used to do that

Thank you

1 Solution

Accepted Solutions
sunny_talwar

May be Mode function (Mode Function)

Mode(FieldName)

View solution in original post

2 Replies
sunny_talwar

May be Mode function (Mode Function)

Mode(FieldName)

BalaBhaskar_Qlik

The Mode function can be used in the script or in a chart to find the most commonly-occurring value in aggregated data.

So, Mode(Field).