Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field trigger is not setting max date for variable in input box

I have created a start date and end date input box that when I input select a date range in a list box. Now I am trying to go the other way. I am setting a trigger when I select dates from a list box to populate input variables start date and end date. I am taking the min and max values on list box fields, but the input box is still not updating. I know this is something simple and would appreciate any help.

1 Solution

Accepted Solutions
giakoum
Partner - Master II
Partner - Master II

Please close the discussion as answered

View solution in original post

3 Replies
giakoum
Partner - Master II
Partner - Master II

see attached

=date(min(activity_date), 'YYYY-MM-DD')

Not applicable
Author

Thanks so much. That works perfectly.

giakoum
Partner - Master II
Partner - Master II

Please close the discussion as answered