In My Example , I use Cell Validation. In case i mentioned required is false and Validator is given for any Numeric Cell.
My Problem is In case value is Null also checks the Validation and Showing Error. (required is false).
how to set the Validation if value is not null then only check the Validation (if required is false) else don’t check the validation
JSFiddle Example: https://jsfiddle.net/kranthi2210/o0zd3sew/10/