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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Average on Set Analysis

Good day,

I want to get avg on set analysis.

I have 2 fields, score and status, now I want to calculate an average of score when the status = A on set analysis.

Much appreciated!

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

=Avg({<status = {'A'}>} score)

View solution in original post

1 Reply
swuehl
Champion III
Champion III

=Avg({<status = {'A'}>} score)