I have a percent formula that uses two sum values; it has been working in this report all day and suddenly it seems to no longer be working. The summary fields are working fine,I don't understand why the formula using them would be throwing up an error.
Here's the formula:
if Sum ({@TotalWorkOrders})>0
then
100*(Sum ({@TotalWorkOrders})>Sum ({@TotalWorkOrders}))
else
0
Again, Sum ({@TotalWorkOrders}) displays on the report just fine, as is the Sum ({@TotalWorkOrders}).
Thanks in advance for any advice!
Here's the formula:
if Sum ({@TotalWorkOrders})>0
then
100*(Sum ({@TotalWorkOrders})>Sum ({@TotalWorkOrders}))
else
0
Again, Sum ({@TotalWorkOrders}) displays on the report just fine, as is the Sum ({@TotalWorkOrders}).
Thanks in advance for any advice!