so `CASE WHEN to_char({custevent_create_time}, 'MM...
# general
k
so
CASE WHEN to_char({custevent_create_time}, 'MM') = to_char({today}, 'MM') THEN COUNT({internalid}) ELSE 0 END
b
try using the
Count
(or the
Sum
) summary type