Comparing Text

How to compare respecting uppercases and lowercases?

when I compare: “Hola” = “hoLa” the result is TRUE.

This is the expression:
2X_c_cc3a1383d5525ba787cd3cbf3dc62462ba974518.png

The comparation result is TRUE

Is this behaviour correct? I guess it worked different, respecting the upper and lower cases

How to compare respecting uppercases and lowercases?

Solved Solved
0 10 1,206
1 ACCEPTED SOLUTION

One way is FIND([Text1],[Text2])=1 because FIND expression is case sensitive. For example…
FIND(“Hola”,“HolA”)=0 where as FIND(“Hola”,“Hola”)=1

View solution in original post

10 REPLIES 10
Top Labels in this Space