Tyra Posted January 4, 2007 Posted January 4, 2007 What is the easist way to validate a field by makeing sure it is not in a value list. I have a field "Fruit" and need to make sure that the entered value is not in my value list "Forbidden Fruit" I tried to use validate by calculation, some thing like "Fruit" ≠ "Forbidden Fruit" but cant figure out how to use a value list in a calculation field.
Raybaudi Posted January 4, 2007 Posted January 4, 2007 Hi what about: ValueCount ( FilterValues ( ValueListItems ( Get ( FileName ) ; "Forbidden Fruit" ) ; Fruit ) ) = 0
Tyra Posted January 4, 2007 Author Posted January 4, 2007 Daniele, That seems to work just fine.. thank you very much, it also explained how to call a value list for calculation. Ty
Recommended Posts
This topic is 6534 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