Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: peterrHi,
This might be dumb but I'm having a brain freeze on how to do this. I need to calculate the annual customer rebate based on total sales value. The rebate rates will change for each customer based on there specific agreement, for example:
Customer 1:
Sales = 100 000, rebate = 2%
Sales = >200 000 rebate = 3%
Customer 2
Sales >= 50 000, rebate = 1%
Sales >= 100 000 rebate = 1.5%
Sales > 150 000 rebate = 2%
What is the most efficient way to build this in Lavastorm?
Thanks in advance!
Peter