Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rxp03570
Creator
Creator

Max of Date

Hi,

I have a date field in the format 'JAN-2018', here I want to take the Max of date available. I tried using Max(Field1) but I don't get any output.

Any suggestions.

Thanks,

1 Solution

Accepted Solutions
vamsee
Specialist
Specialist

Try

     Date(Max(Date#(Field1, 'MMM-YYYY')))

View solution in original post

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

Did you check the data type of the field in data model viewer? Maybe a data type issue

vamsee
Specialist
Specialist

Try

     Date(Max(Date#(Field1, 'MMM-YYYY')))