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: 
Anonymous
Not applicable

Max(Count) function query

Hi, can anyone tell me which function is to be used to find maximum number of same field value from a column.

Labels (1)
2 Replies
tresB
Champion III
Champion III

=Max(Aggr(Count(Field), Field))

MK_QSL
MVP
MVP

=Max(Aggr(SUM(Amount),Customer))