Kevin McKee
07/12/2019, 5:46 PMCOUNT({internalid})
to get the count of everything. Is there any way to do some type of COUNT_WHERE? I've tried to do something like this and it causes an error: CASE WHEN to_char({custevent_create_time}, 'MM') = to_char({today}, 'MM') THEN 1 ELSE 0 END