Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Average aggregation

Hey,

I have build an easy example. On the left part you will see 2 textboxes with the right result and on the right part you will see aggr function. But the aggr function is wrong. How I must change these aggr function that you got the right result like in the left part?

Thank you

2 Replies
sunny_talwar

Try these:

=Avg(Aggr(Sum(Tore), Spieler))

=Avg(Aggr(Sum(Tore), Verein))


Capture.PNG

jonathandienst
Partner - Champion III
Partner - Champion III

Its not clear what you are trying to do with the Aggr function. Why do you want to "change these aggr function that you got the right result like in the left part?"

Aggr() is usually used for calculated dimensions, sum of rows and nested aggregations and should only be used if necessary as it is memory intensive.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein