N
Natalie Lewis
I have a text field that needs to match one of 5 patterns:
(B|P|Q|Z)\d{8}
EN\d{7}
6261B\d{4}
P\d{6}
MD\d{4}
I have tried using the data validation as an expression and also as a series
of conditions and both fail if there is more than one "or" condition listed.
Is there a way to do this? Does it require an OnValidation Event?
(B|P|Q|Z)\d{8}
EN\d{7}
6261B\d{4}
P\d{6}
MD\d{4}
I have tried using the data validation as an expression and also as a series
of conditions and both fail if there is more than one "or" condition listed.
Is there a way to do this? Does it require an OnValidation Event?