So I'm busy with a sharepoint list where I want to apply some validation to a text field. I type in my validation formm just a simple one from a tutorial, like this:
[ArN]="G10"
Now, if I type it in an other way, like this:
=[ArN]="G10"
It comes with a syntax error.
If I try to write the next one:
=ISNUMBER([TestNum]+0)
Sharepoint accepts my column and this syntax, but if I change anything, for example I change '0' to '1' and BEFORE try to save I change it back to '0', it won't accept it anymore and comes back with a syntax error.
Also, if I write something it has been accepted during save, when I go back to change it, my form will be disappeared. I don't know what I'm doing wrong, I followed several tutorials, but for them it was easy. For me it doesn't work at all.