tusharguptait Posted December 14, 2006 Posted December 14, 2006 Hi, How can a field be checked for valid numeric value? I used database validation tab to set 'strict data type' as numeric only. But during import (using script) it added the records with field empty for invalid values. Isvalid() function takes value as 'B3' as valid. Another step I tried : GetAsText($TEMP_1) ≠ (($TEMP_1 + 1) - 1) where $TEMP_1 contained the field value. This worked for all cases except where zeros are prefixed with number. Example: '011'. I need to throw a error if any invalid numeric value is encountered. Any suggestions? Regards Tushar
Recommended Posts
This topic is 6616 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now