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: 
Not applicable

Average Salary

How do I calculate average salary for a particular position?

Labels (1)
2 Replies
chrislofthouse
Partner Ambassador
Partner Ambassador

avg({< [Position]={ 'POSITION' } >} [Salary])

sunny_talwar

In a straight table you can have Position as dimension and Avg(Salary) as an expression.

Within a text box, if you want a average salary for a particular position, you can do something like this:

Avg({<Position = {'CEO'}>} Salary)

HTH

Best,

S