최근 검색


최근 검색 없음

Travis Rider's Avatar

Travis Rider

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2023년 12월 28일

팔로잉

0

팔로워

0

총 활동 수

27

투표 수

11

플랜 수

11

활동 개요

님의 최근 활동 Travis Rider

Travis Rider님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Reporting and analytics

Ah, it looks like it actually has to do with the "computed from" field.

In Computed from, select the attribute you are using in your query. If you do not select an attribute, the calculation will be measured against the total.

Now I'm not sure which attribute to compute from.

댓글 보기 · 2021년 9월 29일에 게시됨 · Travis Rider

0

팔로워

0

투표 수

0

댓글


Travis Rider님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Reporting and analytics

Thanks for the suggestion @...! I switched to a standard calculated attribute and I am now getting results, but the results are all "no".

I also might have been making the calculation more difficult that it needed to be so I switched it to the following:

IF (AVG(Due Date Delivery)<1) THEN "Yes" ELSE "No" ENDIF

However, I'm still getting the same results. I'm wondering if it has to do with the AVG aggregator. 

댓글 보기 · 2021년 9월 29일에 게시됨 · Travis Rider

0

팔로워

0

투표 수

0

댓글


Travis Rider님이 에 게시물을 만듦

게시물 Q&A - Reporting and analytics

Hello there Zendesk Community!

Using the following article I was able to create the due date delivery calculation in Explore: Explore recipe: Due date performance report (Thanks Zendesk team!)

The results of due date delivery calculation show the number of days between due date and the ticket solved day. From the article there is also color formatting to show if the due date was met. 

I received a request to show a simple "yes" or "no" if the due date was met. After a bit of research, it seems like it would be best to create an additional calculation leveraging the IF THEN ELSE functions and the Due Date Delivery calculation created from the first article listed.

I've created the following standard calculation but when added to a query no results are shown from the metric, it's simply blank on each row.


I've tried using the "compute separately" option but that did not change the result. 

Thanks for taking a look! Any suggestions on how to make this work would be appreciated. :)

2021년 9월 29일에 게시됨 · Travis Rider

0

팔로워

3

투표 수

3

댓글


Travis Rider님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Hey Chantal, 

I've used the following article in the past: Setting up a requests-only (tickets-only) help center 

Not sure if it is current but there are some tips in there that might help! Good luck!

댓글 보기 · 2021년 3월 04일에 게시됨 · Travis Rider

0

팔로워

0

투표 수

0

댓글


Travis Rider님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Hey Cory!

To hide the CC field I used the following:

$('.form-field.string.optional.request_cc_emails').hide();// Hide CCs 

댓글 보기 · 2021년 2월 02일에 게시됨 · Travis Rider

0

팔로워

2

투표 수

0

댓글