Question
Calculated Metrics not returning correct value
I am trying to create calculated metrics with the following two conditions.
one for a specific ticket tag and the other is for the satisfaction rating with Good, but the data does not return the correct value.
IF ([Ticket tags]="escalated"and [Ticket satisfaction rating]="Good")
THEN [Ticket ID]
ENDIF
Is the metrics are set wrong in this case?
