Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Below is the scenario
I want to do the following
if(Contract Period > Time limited Discount duration, Sum(Gross Price - ((Time limited discount duration * Discount Price)/Time limited discount duration))
Above logic will work for straight table , but for pivot or chart it is not working
How to handle it in front end?? Any suggestions