I’ve been playing around with the payment report and I’m trying to filter payments that do not contain either a specific ticket entity. I’ve tried many different variations, but no luck. I’m sure its possible and I’m just missing something.
${REPORT PAYMENT DETAILS:CA.Tip,EN.Sources:(TS.Status=Paid) && (TEN.Server={SETTING:CURRENTUSER}) && (PA=Credit Card)}
I’m trying to get the amounts that isn’t assigned a Ticket Entity Source. Some of things I’ve tried:
TEN.Sources = null
TEN.Sources = ‘’
TENC.Sources!=o
TEN.Sources != “Takeout Order”
All of these come up blank.