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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.