Hello ! I guess there is an issue here. The condit...
# announcements
s
Hello ! I guess there is an issue here. The condition failed since it should be a
==
instead of
=
. Here, I'm using a Mixpanel event property in my metric.
f
Ah, I think I know why that's happening. Fixing now
Deploying a fix now, should be live in 10 minutes. The comparison operators are all valid in SQL syntax and we weren't correcting them for use in Javascript queries.
s
👍
thank you