Hi there, I just started coding with Tulip this week.
I’ve built a filter to search a table. However, I realized it’s case sensitive. How can I make it a case insensitive search filter?
Hi there, I just started coding with Tulip this week.
I’ve built a filter to search a table. However, I realized it’s case sensitive. How can I make it a case insensitive search filter?
Hello @symym,
There is no filter here that would encompass all cases of being case-insensitive. However, if you are only concerned about the first character of a string being uppercase/lowercase, you could use the expression editor to create 2 new variable which would essentially convert the ‘bag’ to ‘Bag’ and check if this exists in the table.
This approach would work with the assumption that we are only considering the first character to be case-insensitive. Let us know if this would help you!
Thank you,
Het.