Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Coolavin
Partner - Contributor III
Partner - Contributor III

Avg(Aggr Don't seem to consistently work.

This is the formula I am using:

Avg(Aggr(Sqr(Stdev(ItemScore)), ExamForm, ItemName))

You can see in the screen shot below that only the first two rows are being populated with this formula. However,  the data points of ExamForm, ItemName and Sqr(Stdev(ItemScore) all have data that can be used. 

I can' t figure out why the formula isn't using the data on the 3rd row and below.  It seems like the problem is with Avg or Aggr. 

Any ideas what I am doing wrong?

chk1.png

Labels (2)
1 Solution

Accepted Solutions
marcus_sommer

You may try one or both possibilities from here:

Avg(Total Aggr(NoDistinct Sqr(Stdev(ItemScore)), ExamForm, ItemName))

- Marcus

View solution in original post

2 Replies
marcus_sommer

You may try one or both possibilities from here:

Avg(Total Aggr(NoDistinct Sqr(Stdev(ItemScore)), ExamForm, ItemName))

- Marcus

Coolavin
Partner - Contributor III
Partner - Contributor III
Author

Thanks Marcus, it looks like this solution fixed it!