Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikview979
Specialist
Specialist

maximum salary

Hi experts,

How to find out the department wise maximum salary ? what is the syntax ?

2 Replies
MK_QSL
MVP
MVP

If you want Maximum Salary of an Employee by Department...

use as below

Max(TOTAL <Department> Aggr(SUM(Salary),Department,Name))

or simply

=Max(Aggr(SUM(Salary),Department,Name))

sunny_talwar

Are you looking for something in the front end or back end of the application??

Sunny