Birthday Expression (No Future Dates Allowed)

Tony_Insua
Participant V

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 2 541
1 ACCEPTED SOLUTION

Steve
Participant V

Set Valid If expression to:

([_THIS] <= TODAY())

View solution in original post

2 REPLIES 2

Steve
Participant V

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.

Top Labels in this Space