Hello,
I'm trying to filter Service Count By 'Free Consultation' and 'Paid Consultation' from Service Type by this Expression Filter
CASE
WHEN Service Type = 'Free Consultation' THEN Service Count
WHEN Service Type = 'Paid Consultation' THEN Service Count
ELSE 0
END
but I get an error:
Invalid Expression. A general error has occurred. Message returned from OBIS [ecid: ts:2024-08-07T12:54:28.819+03:00]. Near </*>: Syntax error (HY000) . (HY000)
any insight on how i can do this?
Thanks