You need to sign in to do that
Don't have an account?

VR for multiple date fields..
I have 4 date fields.
D1 , 2, 3, 4
I want a VR which validates, IF D1> (2 or 3 or 4) then an error should throw up.
Can this be written as a single VR in the field D1?
Need ASAP assistance pls.
Thanks,
Try OR(D1 > D2, D1 > D3, D1 > D4)