Editing expression in standard report (incidents.status_id = 2) saved to my reports
Content
The standard report 'Team Activity of Assigned Cases' has the Resolved column defined with Expression:
count(distinct if( incidents.status_id = 2, incidents.i_id) ).
This only captures Incidents with a Status Label of 'Complete'; however, I need to include Incidents with the Status Label of 'Not Actionable' and 'Rejected', which are also set to 'Solved' under Incident Statuses.
How can I edit the expression to include 'Not Actionable' and 'Rejected' Status Labels?
Tagged:
0