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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)