"Not Equal to Zero" Validation

At this time there are a number of “validations” present in the validation feature, such as “no none negative integer”, however I would like to suggest that you include the following similar validation:

1)"Must be equal to a greater than “1”.

If you know how I can do this now with a regular expression, pls let me know!
I tried knowledge base, but it does not look possible!

Thanks guys,

Kane

Hi Kane,

You can try with this:
^(?!-|0).+$

1 Like