Table transfer between waiters

Thank you @emre I just tested it and you are right {SETTING:CURRENTUSER} works in reports but {:CURRENTUSER} only works in rules.

So you could try this report syntax @josephrussell:

{REPORT TICKET TOTAL:(TEN.Waiters={SETTING:CURRENTUSER})}

So this would work great for you:

In this case {:CURRENTUSER} would work because thats being used in the rule.

EDIT: Actually you wouldn’t even need to do that its much simpler… you could just make one report and call it from the Print Report action since the report itself is reading {SETTING:CURRENTUSER}

2 Likes