I'm running into trouble and the sample code is not working. This is the code block and it returns 0 always. How can this be fixed. I need to roll this report out and can not do so because of this bug.
= IIf((Fields.QuotedLeads + Fields.QuotedAuditLeads) > 0,(Fields.ClosedLeads + Fields.CloseAuditLeads)/IIf((Fields.QuotedLeads + Fields.QuotedAuditLeads) > 0, (Fields.QuotedLeads + Fields.QuotedAuditLeads),1),0)