Page 1 of 1

Text conditions

Posted: Tue Oct 19, 2021 7:18 am
by paulm
Hello,

I've got a problem with text conditions. I have one field with some letters. I've created a condition with "not containing D" in the conditions window, but if the text contains "d", the condition also works. I need the condition only works with "D", no with the "d" letter.

Is it possible to do that?

Thanks a lot!
Best regards.

Re: Text conditions

Posted: Tue Oct 19, 2021 8:24 am
by Lech Kulikowski
Hello,

In that case, you can use the following expression:
!datasourcenames.columnname.Contains("D")

Thank you.

Re: Text conditions

Posted: Tue Oct 19, 2021 9:28 am
by paulm
Lech Kulikowski wrote: Tue Oct 19, 2021 8:24 am Hello,

In that case, you can use the following expression:
!datasourcenames.columnname.Contains("D")

Thank you.
Wow, now it works.

Thanks a lot!

Re: Text conditions

Posted: Tue Oct 19, 2021 11:59 am
by Andrew
Hello,

Okay, great! Closing the case.