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.
Text conditions
Text conditions
Last edited by paulm on Thu May 12, 2022 9:32 am, edited 1 time in total.
-
- Posts: 5250
- Joined: Tue Mar 20, 2018 5:34 am
Re: Text conditions
Hello,
In that case, you can use the following expression:
!datasourcenames.columnname.Contains("D")
Thank you.
In that case, you can use the following expression:
!datasourcenames.columnname.Contains("D")
Thank you.
Re: Text conditions
Wow, now it works.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.
Thanks a lot!
Re: Text conditions
Hello,
Okay, great! Closing the case.
Okay, great! Closing the case.