I'm trying to generate a report showing
TICKETMASK ID, All Associated Tags
When generating a report with
SELECT 'Tickets.Ticket Mask ID', 'Tag Links.Tag' FROM 'Tickets', 'Tag Links' WHERE 'Tag Links.Tag Link ID' != '0' AND 'Tickets.Creation Date' = ThisMonth()
For each ticketmaskid it is created multiple times for each tag associated with the ticket (Multiple Rows). I would like 1 row for each ticketmaskid and if a ticket has multiple tags have it...
KQL Reports on Tags
TICKETMASK ID, All Associated Tags
When generating a report with
SELECT 'Tickets.Ticket Mask ID', 'Tag Links.Tag' FROM 'Tickets', 'Tag Links' WHERE 'Tag Links.Tag Link ID' != '0' AND 'Tickets.Creation Date' = ThisMonth()
For each ticketmaskid it is created multiple times for each tag associated with the ticket (Multiple Rows). I would like 1 row for each ticketmaskid and if a ticket has multiple tags have it...
KQL Reports on Tags