Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max value for an object in specific context

Hi Folks,

I am fairly new to QlikView and I am having difficulty trying to get the max value of an item but I only want it within a certain context.

i.e. I need the max (Action date) per complaint ID for the App I am creating. But was not sure how to create an expression for this?

Can anyone help me with this please ?

Thanks in advance,

Glyn

2 Replies
Clever_Anjos
Employee
Employee

Maybe you should use AGGR

AGGR(max (Action date), [complaint ID]) will return a list for all max´s for each complaint ID

Not applicable
Author

Thanks for your quick response Clever Anjos, I'll try that and let you know if that solves my issue.