I have 2 date fields. I want the END_DATE field to be greater than START_DATE.
For this I use the following validation
=AOS_validfrom<=AOS_validto
All this works fine.
Now I want to extend the validation to be conditional. If the END_DATE has a value, then I want it to validate like above.
If the END_DATE is empty - then pretty much ignore the validation rule.
Is this possible?
