Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Aggr function in Expressions

Hi,

Should somebody explained to me why the expression Aggr(Sum(WorkedHours), ProductionID) gives the same results for all the rows in a pivot table if I put it on the Dimensions section and it gives the result only for the first row if I put it on the expression section?

Thanks,

N.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

It's probably due the chart dimension context. Have a look at the grain mismatch section in

Pitfalls of the Aggr function

View solution in original post

2 Replies
swuehl
MVP
MVP

It's probably due the chart dimension context. Have a look at the grain mismatch section in

Pitfalls of the Aggr function

Anonymous
Not applicable
Author

You're right.

Thank you so much.

N.