Hi Gurus,
There is requirement from the business to auto calculate the Discount Percentage based on the formula e.g Discount percentage = (A-B)/A*100, where A is a Gross price (e.g 150$) and B is the discounted price (e.g 90$) of a particular product and after applying the above formula the discount percentage (auto calculated) should be = 40%
How can I achieve this in a pricing procedure ?