Hello,
is there a easy way for a Valid_if expression to prevent entering of non Latin characters?
I utilize this expression already and I am looking for something shorter as a solution:
Thanks in advance
Hello,
is there a easy way for a Valid_if expression to prevent entering of non Latin characters?
I utilize this expression already and I am looking for something shorter as a solution:
Thanks in advance
IN([_THIS] , {A,B,C,D,E})
With this expression I can only use 1 of those characters listed into {}
Sorry. You are correct. Then I guess CONTAINS() in the expression to use.
Does not work. With contains([_this],{A,B,C,D,E,F,G,H,I,J,K,L,M}) it allows me to enter only the string “A,B,C,D,E,F,G,H,I,J,K,L,M”