Creating a custom metric to exclude tags in Zendesk involves several steps in the Explore report builder.
First, open Explore and start a new report using the Support - Tickets dataset. In the report builder, click the Calculations icon and select Standard calculated metric. Enter a name for your metric and use a formula likeIF (NOT INCLUDES_ANY([Ticket tags], "tag1")) THEN [Ticket ID] ENDIF
to exclude the tag. Save the metric, add it to your report, and apply it to see the filtered results. This method allows you to exclude specific tags from your reports effectively.
To exclude tickets with a specific tag from Zendesk reports, you need to create a custom metric or attribute. Unfortunately, filters cannot exclude tags directly in Explore reports. To do this, open Explore and create a new report using the Support…
Filters in Zendesk Explore reports cannot exclude tags directly, which can be confusing for users. Instead, you need to create a custom metric or attribute to achieve this. This involves using the Standard calculated metric to define a formula that…
Yes, you can use an OR statement to exclude multiple tags in Zendesk reports by modifying the custom metric formula. For example, if you want to exclude tickets with tags like "closedbymerge", "spam", or "voiceabandonedin_queue", you can adjust…
Excluding certain tags from Zendesk reports is crucial for accurate data representation and decision-making. For instance, if your team merges tickets or receives automated notifications, these might inflate your ticket counts and skew key…