Birthday Expression (No Future Dates Allowed)

I have a Birthday column in a USER PROFILE table. The field type is set to DATE. How do I set it up so that it does not allow for future dates to be selected. Any best practices on how to set this up?
Thanks!

Solved Solved
0 3 560
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Set Valid If expression to:

([_THIS] <= TODAY())

View solution in original post

3 REPLIES 3

Steve
Platinum 4
Platinum 4

Set Valid If expression to:

([_THIS] <= TODAY())

Thanks Steve. Expression makes sense.

Although, I’m hoping to learn more about [_THIS] and [_THISROW] as I feel like I’m not as strong with those particular expressions yet.

what if , i want the date to be allowed after 2 days.. Like i have a follow up date column, and i want date+2 days to be filled. Can u pls guide

Top Labels in this Space