Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
SomeDudeAtWork
Contributor III
Contributor III

ranking

Hi all,

I'm trying to set up a ranking system. So as you can see below I have each employees sales mapped to each hour of the day, to gather which hour they are most effective in and also to gauge which hour our highest in flow of customers are in. 
I have tried =max([Sales.Employee_Name],'Green'). but to no avail. 

Any help on this would be greatly appreciated. 
1234.PNG

1 Reply
sunny_talwar

May be this

If([Sales.Employee_Name] = Max(TOTAL <Employee_Name> [Sales.Employee_Name]), Green())