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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

Max of sales help

Hi Experts,

Can any one please help me on below requirement.

In the below Pivot Table I have to show only Department wise Max sales employee details only instead of all the  other employees.

Current Table:

input.png

Expected Table:

Expected output.png

I have used the below expression for Sales. please help me to modify the below expression for max of sales

Sum(${<MonthDiff={0}>}Sales)

Thanks in advance

10 Replies
Channa
Specialist III
Specialist III

FirstSortedValue( Employee, -Aggr(sum({<MonthDiff={0}>} Sal),Department, Employee))

 

try 

 

 

Channa