2
votes

Looking for a way to multiply the rate * quantity in an advanced pdf form.

Using ${item.rate}*${item.quantity} print 100*10 instead of 1000. I know I can grab the amount field but I have a custom quantity field set up that I am using so need to calculate it.

1

1 Answers

3
votes

Try: ${item.rate*item.quantity}