Just add another WHEN expression. Make sure it's the first one in the list.
CASE(
sum(...)
when is null then ' '
when 0
...
-Paul-
Just add another WHEN expression. Make sure it's the first one in the list.
CASE(
sum(...)
when is null then ' '
when 0
...
-Paul-