MikeRoberts Posted June 16, 2005 Posted June 16, 2005 Just thought I would share a discovery which took a while for me to sort out. (About time I repaid the favour to you all) If you want to VALIDATE a field by an exclusion i.e. "must not contain a comma" here is how it's done. "In the calculation Validation section - Use this function" If (Filter (fieldname; ",") ≠ ""; 0; 1) Happys days Bye for now. Mike Roberts www.getonit.co.uk
MikeRoberts Posted June 16, 2005 Author Posted June 16, 2005 The HTLM has converted some of the code the part which says ≠ should be a =/ a not equal sign in filemaker (hope this makes sense)
-Queue- Posted June 16, 2005 Posted June 16, 2005 I am not sure what it is not supposed to equal, but I would use IsEmpty(Filter( fieldname; "," )) This will return 1 when the field does not contain a comma and 0 if it does.
Recommended Posts
This topic is 7168 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