The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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 ...