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

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?

Viewing all articles
Browse latest Browse all 108

Trending Articles