Forum Discussion
Sconto a cascata
- 4 years ago
Hi, Supermat
You could create a calcualted column like this:
Column = [Gross_Price]*(1-[Discount_1]/100)*(1-[Discount_2]/100)*(1-[Discount_3]/100)Result:
If this is not the result you want, please provide examples of what you want as a result, it makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Supermat
You could create a calcualted column like this:
Column =
[Gross_Price]*(1-[Discount_1]/100)*(1-[Discount_2]/100)*(1-[Discount_3]/100)
Result:
If this is not the result you want, please provide examples of what you want as a result, it makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thx for your support.