Reporting on the total of multiple instances of a keyword in a single field

1 Commentaires

  • 729 Solutions
    Community Moderator
    The Humblident Award - 2021

    Hey Tom Lane

    Try this custom metric on for size:

    IF CONTAINS([YourCustom_Field],"Keyword1") OR
    CONTAINS([YourCustom_Field],"Keyword2") THEN
    [Ticket ID] ENDIF

    This metric would return TRUE if either keyword 1 or keyword 2 was found in your ticket's custom field.  Hope this helps!

    Brandon

    0

Vous devez vous connecter pour laisser un commentaire.

Réalisé par Zendesk