Posted 4 June 2019, 3:40 am EST
Hi ,
I have a requirement that only numbers(Integer or decimal) should be allowed as input. If user enters character then we should not accept input and set value back to zero. I checked examples for DataValidation object. But there are only examples to show number range validation but not number validation. I know I can add a cell value change event listener and achieve this. But was wondering whether it can be achieved through DataValidation Object
