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: 
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))