Task Lister - Quantity Problem

Further to my recent issues with the Kitchen Display, I managed to group food together the way I need them with the Id {ORDER NO} which works great other than the quantity of the items ordered.

If I add {QUANTITY} or the command shown in Kitchen display tutorial [=(’{QUANTITY}’>1 ? (’{QUANTITY}’+’ ').substr(0,2) : ’ ')] this happens

Please help! Thanks so much.

Setting Kitchen Display Printer Template to merge does nothing :frowning:

Not sure what to tell you.

I use:

(Id={NAME}-{ORDER UID})

[=('{QUANTITY}'>1 ? ('{QUANTITY}'+' ').substr(0,2) : ' ')]

Merge Lines: Merge

And it works properly for my displays.

Though I don’t use an Entity Screen anymore; I use QMX …