I have a subreport with Summaries in Group Footer.
I am trying to suppress the group footer section if summary result is 0.
I went to the Group Footer section expert, click the formula tool and inserted Basic formula:
if Sum ({@ExportPrice})=0.00 then
It is not working though. All summaries are showing even the 0 values. I even tried rounding the Sum ({@ExportPrice}) to make sure of the 0 result.
What am I doing wrong?
I am trying to suppress the group footer section if summary result is 0.
I went to the Group Footer section expert, click the formula tool and inserted Basic formula:
if Sum ({@ExportPrice})=0.00 then
formula = true
elseformula = false
end ifIt is not working though. All summaries are showing even the 0 values. I even tried rounding the Sum ({@ExportPrice}) to make sure of the 0 result.
What am I doing wrong?