You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about "match" operator. I don't know if I have a false expectation or it's a bug. Can you please help me to understand correctly.
In my case,
Expression is: // mike_zero if (match("name", 'Mike')) {"size" * 0} else {"size"}
With a couple of update and delete operation below, I encounter this issue in the image. If I understood correctly, mike_zero column of Sarah should not be zero.
Support Question
I have a question about "match" operator. I don't know if I have a false expectation or it's a bug. Can you please help me to understand correctly.
In my case,
Expression is:
// mike_zero if (match("name", 'Mike')) {"size" * 0} else {"size"}
With a couple of update and delete operation below, I encounter this issue in the image. If I understood correctly, mike_zero column of Sarah should not be zero.
Here is the full code:
https://jsfiddle.net/20hw7ajf/2/
Please let me know if there is anything wrong in implementation.
Thank you.
The text was updated successfully, but these errors were encountered: