I'm converting an application from Arev31 to Arev32/OI. I have a validation pattern of (0,99999) on a field. In Arev31, it is loosely applied, apparently, to allow me to enter "500 (FLOW)" as a value and validates. Arev31 apparently matches the pattern at a minimum, i.e. as long as the field has a numeric value, all was good.
Arev32 is stricter with its validation, allowing numbers and only numbers. I wish to replicate the behavior of Arev31 in allowing a number + "(FLOW)" as a valid value. Is this possible to do with just a validation pattern or does a validation program need to be written?
Thanks.
I Tried:
(0,99999)'
(FLOW) and this would not work Could only get this to work (0,99999) 1N'
(FLOW)'2N'
(FLOW)' 3N'
(FLOW)'4N'
(FLOW)' 5N'
(FLOW)'