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: 
prabhas277
Creator
Creator

calculate max date

Hi Experts,

I have 3 date columns date1,date2,date3 .. each one having some dates

From all the 3 fields i want  to calculate the max date? how?

3 Replies
tresesco
MVP
MVP

May be like:

=Date(RangeMax( Max(Date1), Max(Date2), Max(Date3)))

Anil_Babu_Samineni

Adding one more point - Should be adjust related date formats

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Is this rowwise max date between the three dates? then it might just be this

RangeMax(Date1, Date2, Date3)