Thanks David!
Ok, I'm adding one item. Event type is Total Cost Auction with bid transformation.
I would like to add a cost element that is calculated like this:
ResellValue = ('Price'*'ResellValuePct')*((1+'InterestRate')^'DiscountPeriod')
Where
ResellValuePct = 20%
InterestRate = 10%
DiscountPeriod = 4
I'm able to add the terms and add a formula that calculates the ResellValue.
How do I define that a formula is relevant for the Total Cost calculation?
- Chr