A little info here. I have a report that will show duplicate values in but here is the kicker those need to be shown but not added into the total. I have created a check box labeled (included_value). This report also has quite a bit of divide by zero. So in the subtotal field have
=Sum(IIf([assessment_level]=0," ",[assessed_value]/[_assessment_level]))
It is working, well it looks like it.
Now how to do alter the code so that duplicate value is not added in if the check box is check.
How do I write the statement?
Any help is welcome.
=Sum(IIf([assessment_level]=0," ",[assessed_value]/[_assessment_level]))
It is working, well it looks like it.
Now how to do alter the code so that duplicate value is not added in if the check box is check.
How do I write the statement?
Any help is welcome.