Question
Count Table if request closed
Hi everyone,
I would like to add a line with a count all requests with a closed date not null by month on my chart.
image.png1215225 17.9 KB
I tried with this formulation but it is not working:
CASE WHEN name_table.closed_at <> NULL THEN COUNT_TABLE(name_table) ELSE 0 END
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.