Filter workperiod report with Ticket Tags

Hoping could get some help, i am trying to filter workperiod report based on 2 ticket tags that i created. So i have the normal waiter ticket tag and another ticket tag that takes two values Normal and Trx:

[Waiters:1, 1, 1]
@{REPORT TICKET DETAILS:TT.Waiter:(TT.Trx=Normal) and (Ticket.TotalAmount>0.00)}
$1|{REPORT TICKET COUNT:(TT.Waiter=$1)}|{REPORT TICKET TOTAL:(TT.Waiter=$1)}
>Total|{REPORT TICKET COUNT:(TT.Waiter=$1)}|{REPORT TICKET TOTAL:(TT.Waiter=$1)}

Result
image

expected
what i want is to filter the Ticket Tags section to only show tickets that had a Trx=Normal Tag, I am not getting any values and if i dont filter with waiter tag, i get values only in the last row of the queried result