Report for single waiter only

Hello Samba users!

I’m struggling with a custom report for a specific server (MIKE)… I would like to show only the sales of an specific waiter for the day.

The custom report below does not work but give layout of simple report..

Could you help me with the reporting text?

Thank you

[Server Sales:1,1,1]
MIKE {REPORT PAYMENT TOTAL:(PU=MIKE)
Credit Card, R{REPORT PAYMENT TOTAL:(PT=Credit Card)
Cash, R{REPORT PAYMENT TOTAL:(PT=Cash)}

TOTAL:||R{REPORT PAYMENT TOTAL:(PU=MIKE)}

First is the user actually MIKE in all caps? If its Mike then it sshould be PU=Mike. it is case sensitive. Second you can use something like this.

@{REPORT PAYMENT DETAILS:P.User,P.Amount.sum::{0}:,}
[$1 Server Sales:1, 1]
Credit Card|R{REPORT PAYMENT TOTAL:(PT=Credit Card) and (PU=$1)}
Cash|R{REPORT PAYMENT TOTAL:(PT=Cash) and (PU=$1)}
>Total|R{REPORT PAYMENT TOTAL:(PU=$1)}

All of these tags and how to use them are documented in our knowledgebase