I'm creating a report and i keep getting a division by zero fatal error. By removing pice by pice of the report, I figured out that it's in the filter part of the query that the error occurs. My filter options are: "#PFR# > 6 and #VP$IP# <= 20 and #Total AF# > 2"
If i remove the last where clause, making the filter "#PFR# > 6 and #VP$IP# <= 20", the report works fine.
