I examined the ORM documentation. But I could not find anything related to the "case when" structure. Could you tell me this, please?
I have to use ORM because I use run time filter. I can not use pure php.
I tried this way.;
not working.
If you don't have anything like that, say no to me.
Thanks.
I have to use ORM because I use run time filter. I can not use pure php.
I tried this way.;
Code:
['SUM: CASE WHEN assignedStatus THEN 1 ELSE 0 END','status']
If you don't have anything like that, say no to me.
Thanks.
Comment