Hi there,
I am having issues with Text Compare inside of a Slice I want. Is there another way to compare Strings?
Hi there,
I am having issues with Text Compare inside of a Slice I want. Is there another way to compare Strings?
Could you elaborate what you are looking for with those expressions?
You may have at the most equality operator (=) for text strings. Not other operators such as (<, >, >=, <= etc.) The other operators are only for numeric, date, date time column types.
This is for Text, how would I do a range for text to be filtered then?
As mentioned, most equality operators do not work with text.
Also as requested, could you elaborate your requirement . What you mean by “range of text”
The community could help you better if you could elaborate.
My request was solved by Support from Appsheets:
IN( UPPER(LEFT([RG_NAME],1)), {“A”, “B”, “C”, “D”} ) for anything starting with those letters.
Thanks for your help.
Okay, thank you for the update.