Quantcast
Channel: Kayako reports (Kayako Classic)
Viewing all 108 articles
Browse latest View live

Detect time between two tickets

$
0
0
Hello Team,

Can you please provide me KQL query to find time gap between ticket responses ? Here is the small example of my requirement.

Ticket iD :: Subject :: Time 08:15:00
========================
idle time 15 mins
========================
Ticket ID ::Subject :: Time 08:00:00


Thanks

Staff Licences Created per Month?

$
0
0
Hello,

We are self-hosted. I'm trying to write a query which would show me how many new staff accounts are created each month so we can better audit our licence usage. I'm not seeing a field that shows when a staff account was created. Is there such a field / query?

Thanks!

Reports to show how many ticket responses staff have sent in a month

$
0
0
Is there a report that shows how many tickets a staff member has replied to in a month? Not the number of closures but just a count on the number of responses the staff have sent (grouped by staff name).

Past day report

$
0
0
Reports to show how many ticket responses staff have sent in a particular day in the past..

does anyone have solution to this??

Ticket.Owner is blank - How to get text into the report heading?

$
0
0
I have the following statement in Kayako:
SELECT COUNT(*) AS '[TICKETS]'

FROM 'Tickets'

WHERE 'Tickets.Status' IN ('Open','In Progress')
GROUP BY X('Tickets.Owner'),Y('Tickets.Status')

ORDER BY 'Tickets.Owner','Tickets.Status'

The report works and lists Tickets.Owner (their name as text in the header) in several columns, and one column that is blank (I assume it is NULL, since there is no Owner yet...

Ticket.Owner is blank - How to get text into the report heading?

Little help with a KQL report

$
0
0
I am trying to create a report so my customer rep can follow up with customers after their ticket has been either closed or placed on hold for a period of time.

Basically:
show me all tickets where
-it resides in one of two departments
-that are either on hold or closed
-where the last reply by the user was between 2-7 days OR (the last reply by staff was 1-3 days AND that staff member is one particular person)

So far I have drummed up

Code:
SELECT 'Tickets.Ticket Mask ID',...
Little help with a KQL report

Assistance with Query

$
0
0
I am trying to set up a query to pull based off of information in a certain field of the post contents.
There is a content section in my view called: Sales Rep. It looks like this:

Sales Rep: NAME

The query I use is:
SELECT 'Tickets.Ticket ID', 'Tickets.Subject', 'Tickets.User', 'Ticket Posts.Contents' from 'Ticket Posts' where 'Ticket Posts.Contents' LIKE '%Sales Rep: NAME'
However it keeps telling me that there is no information. I have used different users as well, in case someone did...

Assistance with Query

Scheduled Report saved to a folder?

$
0
0
Hi All,
Does anyone know of a way to schedule a report to be saved to a folder? Or, are the scheduled reports that get sent via e-mail saved to a folder on the server so I can scoop them up?

Thanks,
E

Reports that are based on 2 week parameters.

$
0
0
Hello,

I need help trying to generate a report that shows new tickets that

  • Opened in the last 2 weeks
  • Grouped by Organization
  • Containing Ticket Creation Date
  • First Response date
  • Ticket Priority
  • Ticket Status
I have something like this :

SELECT 'Tickets.Creation Date', ADDTIME('Tickets.Creation Date', 'Tickets.First Response Time') AS 'Date of First Response', 'Tickets. Subject', 'Tickets.Priority', 'Users.User Organization
WHERE ‘Tickets.Creation Date’...

Reports that are based on 2 week parameters.

Create Daily Report By User

$
0
0
[​IMG]

Dear All,

i want to create a daily report from my kayako by referring to ticket ID n date,

can someone help me with the query based on the table i provide?

thanks.

Issues with 'Tickets.Owners to Resolve' field?

$
0
0
I'm trying to create a report which shows how many staff/owner was involved in a ticket.

'Tickets.Owners to Resolve' seems to bring user replies in the count.

Is this a known issue?

Cant see any pre-built reports

$
0
0
Hi all I have installed the reports app from the admin side.
I do get a report tab and also the tree view with categories but its all empty I cant see any pre -built reports.
What could be wrong ?

\A

Need Assistance with Writing 2 Reports

$
0
0
I must admit, I do not know the first thing to writing a report from Kayko, but I am in need to write two reports: one for closed tickets and the other for manually created tickets. I need to be able to select a specified date range for both and I need to be able to sort by teams or team members.

Any help would be much appreciated!

Need help

$
0
0
I made this report, to cout new tickes last month, and compare whit used time.
But if I dont have one new of the Tickets.Type last month, it never show time spend last month.
I need both.
Thanks !

SELECT COUNT(*) AS 'Total', sum('Ticket Billing.Time Billable')/3600 as TimeWorked
FROM 'Tickets' WHERE 'Tickets.Creation Date' = LastMonth() GROUP BY ('Tickets.Type')

Change in time format

$
0
0
Hi,

We updated our Kayako version a couple of months ago. Since then the Ticket Posts.First Response Time field has been displaying in format "3h 2m 15s", whereas this previously just showed in seconds.

is there a way to revert this, or at least format it back to seconds without having to do it in a spreadsheet afterwards?

Thanks in advance,

Si

Report with User Organization notes

$
0
0
Is it possible to create a report to identify all user organizations that have a note tha contain "xxxxx"?
Thank you in advance!

Variable Current_User in report

$
0
0
I have a report that I want to run for all our staff, they may run it themselfs. It is a billingreport per week. Is there a variable so that I can use 1 report instead of a custom report for everyone?
I.e. 'Ticket Billing.Worker' = 'Current_User'

Looking for a detailed performance reports

$
0
0
Hi,
im looking to generate a report that will show me the following over a 1 month period so ThisMonth or LastMonth.

How many tickets closed per technician
Average response time
How many tickets closed within SLA
How many ticket closed out of SLA
Percentage closed within SLA
Percentage closed out of SLA

can you please let me know if this is possible, we are using Classic version 4

many thanks

Russ

First time fix or resolution

$
0
0
Hi All,

please can you tell me if anyone is measuring first time fix or first time resolution.
we have a customer that would like us to produce these figures for them and currently it is taking a lot of time.
im sure there must be a way Kayako can do this and report on it for us?

does anyone have any experience doing this?

thanks

Russ

Simple report needed, haven't a scooby what to do

$
0
0
Hi, I'm trying to create a report and I'm no good with the KQL language,
1/ Number of tickets (or percentage) that were closed within their SLA time
2/ Number of tickets (or percentage) that were closed outside of their SLA time

Is such a report possible?
Please help if you can.
Regards,
Adrian
Viewing all 108 articles
Browse latest View live