Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

Disply most current date of column in a text box

hi guys,

I want to display the most current date into a text box giving that i have a date column as follow

Date

05/07/2014

06/01/2014

06/02/2014

07/01/2014

In this case the text box should show 06/02/2014.which is the first date on the column before today's date.

let me know if doable..

Thxs,

Alec

1 Solution

Accepted Solutions
maxgro
MVP
MVP

=date(max({$<datefield={"<$(=today())"}>} datefield))

View solution in original post

2 Replies
maxgro
MVP
MVP

=date(max({$<datefield={"<$(=today())"}>} datefield))

alec1982
Specialist II
Specialist II
Author

Thxs!