최근 검색
최근 검색 없음

Chris Gould
가입한 날짜: 2021년 10월 16일
·
마지막 활동: 2021년 12월 14일
팔로잉
0
팔로워
0
총 활동 수
21
투표 수
7
플랜 수
6
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Chris Gould
Chris Gould님이 에 댓글을 입력함
+1 - I've just spent ages trying to understand why the field isn't visible to me. "Is this an explore issue or an agent issue"? Would be good to see it, regardless of whether data exists or not.
댓글 보기 · 2021년 12월 14일에 게시됨 · Chris Gould
0
팔로워
2
투표 수
0
댓글
Chris Gould님이 에 댓글을 입력함
Hi @...S O'Callaghan,Yes the formula definitely works, however, I need to function as a date. Not just a normal attribute field.
So I would like to apply ranges to it like you might with ticket created-date and ticket solved - date.
For example: show me the "New attribute" for This month
댓글 보기 · 2021년 9월 29일에 게시됨 · Chris Gould
0
팔로워
0
투표 수
0
댓글
Chris Gould님이 에 게시물을 만듦
Hi everyone,
I'm hoping this is a obvious/simple solution.
I am trying to do some rough forecasting which looks at a date 90 days after the ticket is solved. I'd like the attribute to behave like a date attribute where I can apply ranges or ideally even split into weeks and months, however, I know the latter requires extra work.
Here is my code so far and I'm stumped as to why it's not appearing as a date.
DATE(DATE_FORMAT(DATE_ADD([Ticket solved - Date], "day", 90), "yyyy-MM-dd"))
2021년 9월 28일에 게시됨 · Chris Gould
1
팔로워
2
투표 수
3
댓글
Chris Gould님이 에 댓글을 입력함
Hi @... - just wondering if there has been any changes in regards to reporting on SMS messaging in explore?
댓글 보기 · 2021년 9월 20일에 게시됨 · Chris Gould
0
팔로워
0
투표 수
0
댓글
Chris Gould님이 에 댓글을 입력함
We just used DATE_FIRST_FIX function to find the time the first call was made against a ticket ID, given a ticket can have multiple calls, DATE_FIRST_FIX was ideal.
We were able to nest this into a DATE_DIFF to find the length in time between the ticket creation and the first call. You can then aggregate any way you like as there is only one value provided per ticket ID.
DATE_DIFF(DATE_FIRST_FIX([Call - Timestamp], [Ticket ID]), [Ticket created - Timestamp], “nb_of_minutes”)
댓글 보기 · 2021년 8월 13일에 게시됨 · Chris Gould
0
팔로워
0
투표 수
0
댓글