Jump to content
Server Maintenance This Week. ×

Validating the data input does not contain a text character


This topic is 6691 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm seeking a way to view each character of a field and determine if it's a number or text character - I've made several attempts but have failed to figure it out - I can do the whole field (TextToNum), but not down to the character level?

Link to comment
Share on other sites

Why not turn on "Numeric Only" in field's validation options?

EDIT:

In case you want to validate by calculation (e.g. in a script), I believe this should work:

Exact ( 1 & Input , TextToNum ( 1 & Input) )

Edited by Guest
Link to comment
Share on other sites

This topic is 6691 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.