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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression

=max({$<[EMPNO]=>} SAL)

i want to display on chart only (maximum  salary).

3 Replies
Anonymous
Not applicable
Author

How about

     Max ( TOTAL  [SAL] )

Not applicable
Author

firstsortedvalue(empno,-sal) for max

firstsortedvalue(empno,sal)  for min

Not applicable
Author

Hi Hammad

You may try this-

max({1}Salary)

Here 1 is used as we have to calculate maximum salary from all employees irrespective of currently selected employee and $ is used for current selection.

Regards

Saurabh