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 two collections with a metric called count. When I attempt and calculate a division of the two I always get 1 back. This happens becuase Joola gets the same metric value even if two different collections are defined if the metric key is identical.
I have two collections with a metric called
count
. When I attempt and calculate a division of the two I always get1
back. This happens becuase Joola gets the same metric value even if two different collections are defined if the metric key is identical.For example, running this will return 1:
However, running this returns the correct value:
The text was updated successfully, but these errors were encountered: