Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Exp

The last run date column should show the last dae for checkin icrm as 25-06-2017 it is considering the all ...

How do i handel this ...Can someon suggeust how to write the formula for this

PLease find the attachment of the QVW file

1 Solution

Accepted Solutions
sunny_talwar

Try this

=Aggr(If(max(TOTAL <Almrun_masterGroup, Almrun_masterComponent> RunDate) = RunDate, RunDate),Almrun_masterGroup, Almrun_masterComponent, RunDate)

View solution in original post

1 Reply
sunny_talwar

Try this

=Aggr(If(max(TOTAL <Almrun_masterGroup, Almrun_masterComponent> RunDate) = RunDate, RunDate),Almrun_masterGroup, Almrun_masterComponent, RunDate)