Case insensitive comparison?

I can see that it is possible to create an “Is equal to” filter for records. Is it possible to achieve a case-insensitive filter i.e Is equal to (ignoring case) ?

Or is it possible to store a user input text field by after converting it to all lower or upper case ?

If you use Contains to match a search input it will be case-insensitive.
image

2 Likes

You are right, the contains filter is case-insensitive and fulfills my need.

Thank you !

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.