if {Inspections_and_Tests.LU_InspectionCat~Description} = "Audit" then
({Inspections_and_Tests.InspectionsTests~InspectionDate})In
Date(Year(CurrentDate), Month(CurrentDate),1) To
DateAdd("m",1,Date(Year(CurrentDate),
Month(CurrentDate),1)-1);
If
{@sys.PossiblePoints}=0 then 0 else (
{@sys.AwardedPoints}/{@sys.PossiblePoints})*100
this is the formula that i'm using but is not giving me the reult i need :(