질문
보고서에서 특정 태그가 있는 티켓을 제외하려면 어떻게 해야 하나요?
답변
필터는 Explore 보고서에서 태그를 제외할 수 없습니다. 특정 태그가 있는 티켓을 제외하려면 사용자 지정 메트릭이나 속성을 만드세요.
사용자 지정 메트릭 및 속성을 처음 사용하는 경우에는 사용자 지정 메트릭 및 속성 시작하기 문서를 참조하세요.
예를 들어 “tag1” 태그 없이 만들어진 모든 티켓을 표시하려면 특정 태그 “tag1”이 포함된 모든 티켓을 제거하는 새표준 계산된 메트릭으로 보고서를 만듭니다.
보고서를 만들려면 다음과 같이 하세요.
- Explore를 엽니다. 사용자 지정 보고서를 만들려면Explore Professional이상 플랜이 필요합니다.
- 보고서 아이콘(
)을 클릭합니다.
- 새 보고서를클릭합니다. 버튼을 클릭합니다.
- Support - 티켓데이터 집합을 선택합니다. 보고서 시작을 클릭합니다.
- 보고서 빌더 에서 오른쪽 사이드바에 있는계산아이콘을 클릭합니다.
- 표준 계산된 메트릭을클릭합니다. 표준 계산된 메트릭수식 편집기가 열립니다.
- 이름필드에 새 메트릭의 이름을 입력합니다.
-
수식 필드에 다음 수식을 복사하여 붙여넣습니다. 값tag1바꾸기 를 보고서에서 필터링하려는 티켓 태그 값으로 바꿉니다.
IF (NOT INCLUDES_ANY([Ticket tags], "tag1")) THEN [Ticket ID] ENDIF
- 저장을 클릭합니다.
-
메트릭아래에서 보고서에 메트릭을 추가합니다. 메트릭을 클릭하고 집계 방식COUNT를선택합니다.
-
적용을 클릭합니다. 보고서에 태그 값 없이 티켓이 표시됩니다. 필터를추가하거나 보고서 맨 위에 있는 기본 날짜 필터를 특정 날짜 범위로 조정할 수도 있습니다.
이러한 유형의 보고서 및 태그 값을 기준으로 보고서를 필터링하는 옵션에 대한 자세한 내용은
번역 고지 사항: 본 문서는 콘텐츠에 대한 기본적인 이해를 제공하기 위해 자동 번역 소프트웨어를 사용하여 번역되었습니다. 정확한 번역을 제공하고자 합당한 노력을 기울였으나 Zendesk는 번역의 정확성을 보장하지 않습니다.
번역된 문서에 포함된 정보의 정확성과 관련하여 질문이 있으시면 문서의 공식 버전인 영문 버전을 참조하시기 바랍니다.
댓글 11개
Andrea Ku
Does this display SOLVED tickets? Or all tickets (Any state: open, pending, solved)? How would we modify the formula for solved tickets?
0
Jaanika O
How can I exclude tickets based on a specific tag from the CSAT % result?
Adding an attribute, as mentioned in the article, does not work for the satisfaction score:
1
Jiri Vrla
We encounter same issue. I do not understand why such a function is available in the first place if this does not work.
1
Rachel Leffel
I hope Zendesk will fix this sometime soon! It's incredibly frustrating to have to recreate default metrics in order to exclude tickets by tag, especially when the calculated metric references other metrics, which all need to be created separately, just to exclude an individual tag. It's misleading that the product doesn't make it clear that excluding by tag doesn't work and likely leads to many incorrect reports.
3
Brandi Kathman
Good morning Emily,
Although Gabriel's link will overview the basics, here is my application use case.
Our team provides support to our clients, but we also interact with providers. For example, if a client had an issue with their Internet circuit, my team may have to open a ticket with AT&T. When AT&T opens a ticket on their side, the email notifications come into our team. Because this ticket is directly related to the ticket our client opened, our team merges the AT&T ticket into the client ticket. Here is where excluding tags is important. When we show KPIs around tickets worked, we only want to show the client tickets. Otherwise, our numbers will be inflated for tickets that were simply merged somewhere else and not truly worked by our staff. To omit tickets like this, we are excluding any ticket that includes a tag of “closed_by_merge", “out_of_scope”, “maintenance_notification”, etc.
0
Gabriel Manlapig
Hi Emily,
You can refer to the article below to illustrate the basic operations you can perform with tags as attributes and filters in your Explore reports. For more information, please see this article:
Examples for using tags in reports
I hope that helps!
0
Emily
Hi, can you help me understand the use case for the functionality of using a filter with tags? Unfortunately, I configured a lot of reports and found some anomalies before learning about this, and now I have a lot of reports to correct. I wouldn't have known unless a member of my team brought the data anomalies to my attention (and then I found this article).
1
Shawna James
0
Aaron Miller
I'm grateful to have a functioning workaround like this, but I have to agree with Hamish, there's nothing to indicate it doesn't work other than auditing your data and finding inconsistencies. The fact that the tag filter is broken actually wasted a lot of my time.
Can you all either fix it or remove it?
8
Brandi Kathman
I have a need for an OR statement in the exclusion calculation. Is there a way to make this work?
For example:
I want to exclude the Ticket ID if one or more of the tags includes "closed_by_merge" or "spam" or "voice_abandoned_in_queue".
Ticket 1 has tags: "closed_by_merge", "provider", and "other_service"
Ticket 2 has tags: "voice_abandoned_in_queue", "oos", and "csat_off"
Ticket 3 has tags: "problem" and "tv"
Results should only show 1 Ticket (ticket 3)
1
로그인하세요.