— The Forums are now read-only —
— All new activity now takes place here: —
It's possible through a self join, but I would recommend using the Quote or Sales Order form to really simplify the process. You don't even have to save the record to get a quick estimate and it can support discounts and customer/price class pricing.
Attached are some pictures for a quick example.
=([Article1.BasePrice] * [Qty1]) + ([Article2.BasePrice]*[Qty2])
='Item total: ' + CSTR(CDBL(([Article1.BasePrice] * [Qty1]) + ([Article2.BasePrice]*[Qty2])))
By using this website, you agree to our Terms of Use (click here)








