How to check whether Text field value is less than or equal to zero in Salesforce Validation Rule?
VALUE() method converts text to a number. So, we can easily use it to check whether Text field value is less than or equal to zero. Check the below example.