function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
T-HanT-Han 

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,

 

Mukul MudgalMukul Mudgal

Try    OR(D1  >  D2,  D1 > D3, D1 > D4)