is it possible to create a report that will show t...
# general
a
is it possible to create a report that will show the number of open cases per customer?
d
Group customer Count open cases
a
@DonkeyBot thanks basically I want to show open and closed cases in different columns, is that possible?
d
Yes, CASE statement will do that
Set the condition to 1, then count the column
a
could you please explain more
how can I set the condition to 1?
that's a report, not a search I can't see any condition
d
CASE WHEN "open cases" = 1 THEN 1 ELSE 0 END
or > 0
a
how you can add that
to a report
it's a report not a saved search
d
Ah reports are a bit tricker. I think there's a pre-configured report for Cases.