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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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?

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))