Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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))