最近搜索
没有最近搜索

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
评论