Extract the last date

Hello,

I need your help because I have a table of tasks and every week the customers need to do the same tasks.

I want to put the difference between the last date and now on my layout. (I know how to do a difference between dates but when I do it it’s for all the dates but I only want the smallest)

Thank you.
Camille

To get the latest date from a table, you can use a rollup column, and select latest.

1 Like