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: 
fanninam
Creator
Creator

Average Count

I'm trying to figure out an expression that will take the average count.  I tried Avg(Count(FTE)) but it tells me there is no data to display.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Try this

Avg(Aggr(Count(FTE),Dimensions1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
sunny_talwar

You are counting FTE over which dimension here? Is this in a chart or text box object?

Anil_Babu_Samineni

Try this

Avg(Aggr(Count(FTE),Dimensions1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful