The Community will be undergoing maintenance on Saturday January 11 at 11:59pm - Sunday January 12 at 11:59pm EST. For assistance during this time, please visit our Help Center.
Hi,
I’m writing an item order table and have been successful in pulling prices from a matrix based on qty input using the Tiered system, but I find I now need to include the ability to override the price.
The Tier Formula is below and works - it popu...
Mohamed_Swellam:
IF({Price Override}, {Price Override} * Quantity, {Price per unit} * Quantity)
Hi Mohamed,
Thank you so much for the solution, it worked perfectly. Appreciate the fresh set of eyes and perspective to solve this issue. Thank ...