BadPenguin
Programmer
I am running Crystal for Visual Studio.Net.
I need to sum a formula for an entire report. The field is just calculating the discount of an order and it looks something like this:
if left({discount},1) = "$" then tonumber(mid({discount},2)) else
if left({discount},1) = "%" then tonumber(mid({discount},2))/100*Sum ({@order}, {orderNumber})
Thanks in advance
I need to sum a formula for an entire report. The field is just calculating the discount of an order and it looks something like this:
if left({discount},1) = "$" then tonumber(mid({discount},2)) else
if left({discount},1) = "%" then tonumber(mid({discount},2))/100*Sum ({@order}, {orderNumber})
Thanks in advance