Hi there!
I tried to use
nicht(enthält(",")
as definied regular to give an error massage when field does not contain a ,
What do I wroing?
For translation NICHT means not an ENTHÄLT means contain.
THANKS!!!
Best wishes,
Jakob
Hi there!
I tried to use
nicht(enthält(",")
as definied regular to give an error massage when field does not contain a ,
What do I wroing?
For translation NICHT means not an ENTHÄLT means contain.
THANKS!!!
Best wishes,
Jakob
Yes, the field name is missing. If you need to check the current field to contain a "," you can use the self operator
nicht(enthält({Self}, ","))
If you need to check another field (or if you want to name the field instead of using self operator, you can just use the field to check by grabbing it from the collection of named controls / "Benannte Steuerelemente"
nicht(enthält(Feldname, ","))
Hi there!
Thanks for the swift answers.
I tried the mentioned solution an made screenshot because unfortunately it doesn't work.
What do I wrong?
THANKS!!!
Jakob
PS: The pictures above you find in a bigger format also at Dropbox - mustermann.pdf
THANKS!!!
Strange. I can reproduce your issue but have no time for it now to investigate it more. To be continued...
The following seems to work (control settings):
I still do not know why the not(contains(...,...) does not work. It works perfectly with a semi-colon.
Hi Jakob Putz,
Ok. I must have been not that clear yesterday not(contains({Self}, ",")) works indeed as expected.
What I noticed, is that your {Self} is not red. You probably typed it instead of selecting it from 'Named Controls'. This is probably your issue.
Cheers,
Rick
Thsnks!
When I try to force user to enter information like
Mustermann, Max
and want to avoid entries like
Mustermann Max
which regex should I use
I tried it with
[,]s+
but does not work...
Thanks!!!
Hi Jakob,
for first question please mark the answer that helped You as correct and create a new entry in forum for a new question.
Kind regards
Manfred
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.