Hi G
You need to filter data based on ticket status, Go in Report Menu--Selection Formulas--Record and give below formula.
{TicketStatus} <> "Closed"
Now it filters data and give you only Active Tickets.
Note : If you have more that two ticket status you may include rest of the status.
Not({TicketStatus} in ['Closed','Canceled','Rejected']