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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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.

2 Replies
tresesco
MVP
MVP

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

MK_QSL
MVP
MVP

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