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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Aggr Function - How to return expression results to each row

Hello,

I'm struggling with the best way to say it but basically I need to aggregate on a single dimension but need to return the results on each row of a straight table which has more dimensions. I have included an example which makes it more clear.

The easiest thing to do would be to use the AGGR function in the dimension, but I can't do this as I need to set the field as a "Link" which can only be done as an expression.

Any help or guidance would be MUCH appreciated. Thanks!

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

I think you can use the total qualifier like this

=date(aggr(max(TOTAL <[Org Name]> Date),[Org Name],Role,Type))

View solution in original post

2 Replies
stigchel
Partner - Master
Partner - Master

I think you can use the total qualifier like this

=date(aggr(max(TOTAL <[Org Name]> Date),[Org Name],Role,Type))

Not applicable
Author

Piet Hein van der Stigchel - Perfect! I knew there was an easy solution to this. Thank you very much.