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
Originally posted by oystesla March 6, 2025
When using filter, for a specific column, I want to check if the current value is not just one specific value, but whether it's present in a list of strings for example. I get deferred errors because the truth value hasn't been instantiated yet, unlike if I compare to a constant. I've tried find_in_set as well, but I get a SignatureValidationError?
Discussed in #10943
Originally posted by oystesla March 6, 2025
When using filter, for a specific column, I want to check if the current value is not just one specific value, but whether it's present in a list of strings for example. I get deferred errors because the truth value hasn't been instantiated yet, unlike if I compare to a constant. I've tried find_in_set as well, but I get a SignatureValidationError?
What is the best approach here? I want to mirror what KQL is doing with this.
The text was updated successfully, but these errors were encountered: