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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
m_woolf
Master II
Master II

Expression to find the largest date in 6 different fields

I need an expression to find the largest date in 6 different date fields.

Any ideas?

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

This should work:
=rangemax(max(D1), max(D2), max(D3), max(D4), max(D5), max(D6))

View solution in original post

1 Reply
Anonymous
Not applicable

This should work:
=rangemax(max(D1), max(D2), max(D3), max(D4), max(D5), max(D6))