J
jana
I have made a report that has a calculated text box based
on an if..then..else statement.
Sample
If workdays = 1 then
FTE= stafftotal *1
elseif workdays = 2 then
FTE=stafftotal *1.25
else:stafftotal=0
endif
I have the formula working correctly, but I would like to
sum that value at the end of the report. I was assuming
that I could just sum the value of the FTE box but that is
coming up with an error.
Any help would be greatly appreciated.
Jana
on an if..then..else statement.
Sample
If workdays = 1 then
FTE= stafftotal *1
elseif workdays = 2 then
FTE=stafftotal *1.25
else:stafftotal=0
endif
I have the formula working correctly, but I would like to
sum that value at the end of the report. I was assuming
that I could just sum the value of the FTE box but that is
coming up with an error.
Any help would be greatly appreciated.
Jana