最近の検索
最近の検索はありません

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
コメント