Case sensitivity

Is case insensitive string comparison supposed to be the Appsheet standard? It mostly is, but in some situations it is not. Here is one situation; list subtraction.

list(“a”,“A”) - list(“A”)

returns “a”

Can we make this more of a standard?

Solved Solved
2 3 823
1 ACCEPTED SOLUTION

tony1
Participant V

Hi @Marc_Dillon. I’ve put in fixes for both of these problems. It should be released tomorrow afternoon, Seattle time.

View solution in original post

3 REPLIES 3

Another instance of case sensitivity is when accessing column names in a LINKTOFORM()
If the table has a column “Key”, then LINKTOFORM(“view” , “key” , 345345) doesn’t work.

tony1
Participant V

Hi @Marc_Dillon. I’ve put in fixes for both of these problems. It should be released tomorrow afternoon, Seattle time.

Same problem for the substitute function within an ifs expression. It seems to work on a first o. First served basis. Either make ifs case sensitive or the substitute function insensitive plz.

Top Labels in this Space