Recent searches
No recent searches

Chris Gould
Joined Oct 16, 2021
·
Last activity Dec 14, 2021
Following
0
Followers
0
Total activity
21
Votes
7
Subscriptions
6
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Chris Gould
Chris Gould commented,
+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.
View comment · Posted Dec 14, 2021 · Chris Gould
0
Followers
2
Votes
0
Comments
Chris Gould commented,
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
View comment · Posted Sep 29, 2021 · Chris Gould
0
Followers
0
Votes
0
Comments
Chris Gould created a post,
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"))
Posted Sep 28, 2021 · Chris Gould
1
Follower
2
Votes
3
Comments
Chris Gould commented,
Hi @... - just wondering if there has been any changes in regards to reporting on SMS messaging in explore?
View comment · Posted Sep 20, 2021 · Chris Gould
0
Followers
0
Votes
0
Comments
Chris Gould commented,
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”)
View comment · Posted Aug 13, 2021 · Chris Gould
0
Followers
0
Votes
0
Comments
Chris Gould commented,
@...,
I have been told by my ZD account manager that it's likely a Q4 (US FY) release.
View comment · Posted Jul 08, 2021 · Chris Gould
0
Followers
0
Votes
0
Comments
Chris Gould commented,
How is this not a feature? I hope it has changed since this was posted.
View comment · Posted Jun 24, 2021 · Chris Gould
0
Followers
1
Vote
0
Comments
Chris Gould commented,
Hi - is this still on track for delivery in H2 2021?
View comment · Posted Jun 17, 2021 · Chris Gould
0
Followers
0
Votes
0
Comments