I have a report with a column of numbers both negative and positive. At the bottom of a this column I would like a sum of only the positive numbers in that column. How do you write this in the control source?
Tried
=Sum(PhysicalCount) >0 but no luck
is there a way to combine the 'sum' with the 'if > 0'
Tried
=Sum(PhysicalCount) >0 but no luck
is there a way to combine the 'sum' with the 'if > 0'