June 16, 200520 yr 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
June 16, 200520 yr Author 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)
June 16, 200520 yr 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.
Create an account or sign in to comment