hi all,
I am getting division by zero error in one of the Reports that was developed by one of our programmers. I think this can be easily rectified by decoding or using a Case statement. I am just not sure about how to use it in below scenario.
SUM( round((nvl("TRIP"."DRY_MAT",0))
/ nvl("TRIP"."SPREAD_MILES",1) * 2000,2) ) over(partition by "TRIP"."TRIP_NO",
Edited by: Lucy Discover on Dec 15, 2010 12:41 PM