Hi
I have a report based on a stored procedure that displays 3 amounts in the detail section.
I have added a formula to add these 3 amounts together for a Total field.
If one of these fields is empty, then the formula result remains empty.
short of trapping each "if isnull(field1) then field2 + field3" combination, which could be a pain in the..., how do i stop this behaviour? surely 5 + 0 + 17 = 22, not 0??
I have a report based on a stored procedure that displays 3 amounts in the detail section.
I have added a formula to add these 3 amounts together for a Total field.
If one of these fields is empty, then the formula result remains empty.
short of trapping each "if isnull(field1) then field2 + field3" combination, which could be a pain in the..., how do i stop this behaviour? surely 5 + 0 + 17 = 22, not 0??