R
Robbie Doo
I have the following field in report's detail area:
=Count([Cause]=1)
(where 1 refers to a row of a table's dropdown)
at the report footer I have the following sum for that column:
=Sum(Abs([Cause]=1))
with the Runnin Sum - Over All.
The calculation comes out correc so I'm assuming the formulas are correct.
However, when I try to get a Percentage by deviding the field formula with
the footer formula I don't get the correct answer. Can someone help me with
this formula?
=Count([Cause]=1)
(where 1 refers to a row of a table's dropdown)
at the report footer I have the following sum for that column:
=Sum(Abs([Cause]=1))
with the Runnin Sum - Over All.
The calculation comes out correc so I'm assuming the formulas are correct.
However, when I try to get a Percentage by deviding the field formula with
the footer formula I don't get the correct answer. Can someone help me with
this formula?