Question
Count table closed request
Hi everyone,
I would like to add a line with the number of the closed request opened in a month.
image.png1215225 17.9 KB
I tried with this
CASE WHEN rm_enhancement.closed_at <> NULL THEN COUNT_TABLE(rm_enhancement) ELSE 0 END
but it is not working.
Someone had the same issue with a count with a case?
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.