Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
there's any way to CLEAN automatically the day selection if more than 1 month is selected?
Thank you,
You may use a trigger to action 'Clear Field' on a field selection. Use field expression, like:
=if(getselectedcount(month)>1, 'day')
Where i have to put this trigger?
Settings->Document Properties
In Field Event Triggers, select your Month field
In the Field, try expression like:
=if(getselectedcount(MonthField)>1, 'dayfield')