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

Max with Aggr

Hi Team,

I have below data:

ABDate
111101-01-1996
111101-01-1997
111101-01-1998

!

I want output ( maximum of the date) in straight chart as below:

ABDate
111101-01-1998

Means, I want max of date for single value of A,B. Can anyone help me out?

1 Solution

Accepted Solutions
prma7799
Master III
Master III

7 Replies
prma7799
Master III
Master III

try this

Aggr(Max(Date),B)

or

Aggr(Max(Date),A,B)

vipingarg23
Creator
Creator
Author

No..Not working. It is giving me max among all values. Not according to Column A,B

karthikoffi27se
Creator III
Creator III

Hi Vipin

try Date(max(Date))

Many Thanks

Karthik    

vipingarg23
Creator
Creator
Author

It is also not working Karthik.

prma7799
Master III
Master III

PFA...

max date.png

vipingarg23
Creator
Creator
Author

Thanks a lot P M

It is working fine. I was doing silly mistake.

Thanks once again for your help.

pradosh_thakur
Master II
Master II

Check this  out

Learning never stops.