GuyHamasaki
MIS
I am grouping a report and have fields on the Group Header section. In one section of the report I have Budget, Actual and Over/Short columns. The data below appears in the Group Header section
Rep Budget Actual Over/Short
--- ------ ------ ----------
CC 10 11 1
RW 4 5 1
EF 12 9 -3
In the report footer, I have the totals for each column. The budget and actual report totals behave correctly. To get those total, I use the following formula:
if a = b then
1
else
0
I insert a summary for the formula field to come up with acutal and budget totals for each rep.
To get the Over/Short column, I thought using a formula of Sum(Actual) - Sum(Budget) would work for each line item. However, it did not behave this way. It gave me the same result for each line item, which is equal to the Total Over/Short. Why does it not give me the individual Over/Short for each rep?
Thanks in advance.
Guy
Rep Budget Actual Over/Short
--- ------ ------ ----------
CC 10 11 1
RW 4 5 1
EF 12 9 -3
In the report footer, I have the totals for each column. The budget and actual report totals behave correctly. To get those total, I use the following formula:
if a = b then
1
else
0
I insert a summary for the formula field to come up with acutal and budget totals for each rep.
To get the Over/Short column, I thought using a formula of Sum(Actual) - Sum(Budget) would work for each line item. However, it did not behave this way. It gave me the same result for each line item, which is equal to the Total Over/Short. Why does it not give me the individual Over/Short for each rep?
Thanks in advance.
Guy