January 4, 200719 yr 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.
January 4, 200719 yr Hi what about: ValueCount ( FilterValues ( ValueListItems ( Get ( FileName ) ; "Forbidden Fruit" ) ; Fruit ) ) = 0
January 4, 200719 yr Author Daniele, That seems to work just fine.. thank you very much, it also explained how to call a value list for calculation. Ty
Create an account or sign in to comment