I need to filter a slice based on the equality of one of the columns with the specific value of another column of another table, based on the user’s record. I tried the following:
Do you feel that this is something that is unavoidable or do you think it AppSheet should make = really mean = in such cases?
I think = should mean “is equal to”, period. I don’t agree with the current behavior. But the current behavior has been around longer than I have, so changing it will cause problems with apps that rely on that behavior. The work-arounds I’ve proposed are EQ() and NE() functions that provide the proper behavior.