Field should be alphabetic. It should not be numeric. How to check this validation?
Hello @manojkumar123,
Lets try with brute force lol
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.Regards
use field summary tool under data investigation pallet.
You can use regex to check for only alphabets or any other patterns you are looking into field(s).
For now, you can use the following pattern using regex tool and matching method for your needful:
.*[0-9|\W].*
This will create a new field with True/False basis criteria.
vishwa_0308
For First Name - "Manoj Kumar" , it is valid value. It gives