How to exclude pre-order tickets from {REPORT TICKET TOTAL:x}?

{REPORT TICKET TOTAL:(TY!=Pre-Order Ticket)}
{REPORT TICKET TOTAL:!PreOrder}

The above two do not return anything.

Do I have to specify each non-pre-order ticket type or is there an easier way to exclude pre-orders?

TIA

Try {REPORT TICKET TOTAL::!PreOrder}

no dice, unfortunately

If nothing else going forward could use a ticket state to positivly constrain to a custom non preorder ticket state.

1 Like

Good idea but the state needs to persist when converted to a real ticket.

I guess I’ll stick with explicitly specifying ticket types.

Thanks, though, for the ideas, guys.

This might work:

{REPORT TICKET DETAILS.T.TotalAmount.sum:T.PreOrder==False}

2 Likes