Ticket tags attribute in a report

回答済み

4 コメント

  • David Stalker

    Hey Irene,

    Filtering by tags is funky in Explore and doesn't work how I (or you) would expect it to. The way I get around this issue is to create a Custom Attribute which I then add as a filter to include/exclude tickets with a particular tag.

    So, in your case, I would create an attribute something like this:

    IF (INCLUDES_ANY([Ticket tags], "XYZ"))
    THEN "Has XYZ tag"
      ELSE NULL
    ENDIF

    Then you can add the attribute to the filters at the top of your report, click on it and click on "NULL" (if you have the "Selected" button highlighted) or click on "Has XYZ tag" (if you have the "Excluded" button highlighted). Either option should get you where you want to be. 

    1
  • Gabriel Manlapig
    Zendesk Customer Care
    Hi Irene,
     
    To exclude tickets with specific tags from your reports, create a standard calculated metric that accounts for tickets with or without those tags, or create a standard calculated attribute to use as a filter.
     
    For detailed instructions, see the article: Reporting with tags.
     
    I hope that helps!
     
    0
  • Irene

    Thank you so much for the help and the clear instructions David Stalker! Your solution did exactly what I needed.

    1
  • David Stalker

    Glad it helped, Irene! Good luck!

    0

サインインしてコメントを残してください。

Powered by Zendesk