Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Last Worked Day

Hello people,

I am looking for some solution to the following problem.

I have a field with the following formatting:

YYYY-MM-DD

And another field called ID_Driver

I have to find the last working day of the Driver.

As breakthrough?

Thank you.

Hugs.

1 Reply
swuehl
MVP
MVP

Have you tried a straight table chart with dimension ID_Driver and an expression

=max(FIELDNAME)

or (if it's not interpreted as number)

=maxstring(FIELDNAME)

(you need to replace FIELDNAME with the name of your field)?