Found a solution here.
You basically need to do
IF COUNT = 0 → “Catch”
ELSE → SUM / IF(COUNT = 0, 1, COUNT)
Still think this is dumb, but a workaround at least
Found a solution here.
You basically need to do
IF COUNT = 0 → “Catch”
ELSE → SUM / IF(COUNT = 0, 1, COUNT)
Still think this is dumb, but a workaround at least