Hi, I am new using this software and I need urgent help.
This is the situation.
I have a report with the following field
Program Expenditure Allotment Expenditure Rate
(A) (D) (A/D) * 100
Program 01 1,946,194.65 0.00 0.0
Program 02 709,451.25 0.00 0.0
Program 03 604,969.20 1,892,450.00 0.0
Program 04 8,400,932.32 0.00 0.0
The totals of Expenditure and Allotments are formulas (@Expenditure and @Allotment).
The last column (Expenditure Rate) is the one I want to calculate. After controlling the "Division by zero" problem all the results in that last columns are Zero.
This is what I am doing:
IF {@Allotment} <> 0 THEN
({@Expenditure}/{@Allotment})*100
ELSE
0
What am I doing wrong ? Thanks you in advance for any help. Maybe it is a very stupid question but as i told before I am a beginner.
Seba
This is the situation.
I have a report with the following field
Program Expenditure Allotment Expenditure Rate
(A) (D) (A/D) * 100
Program 01 1,946,194.65 0.00 0.0
Program 02 709,451.25 0.00 0.0
Program 03 604,969.20 1,892,450.00 0.0
Program 04 8,400,932.32 0.00 0.0
The totals of Expenditure and Allotments are formulas (@Expenditure and @Allotment).
The last column (Expenditure Rate) is the one I want to calculate. After controlling the "Division by zero" problem all the results in that last columns are Zero.
This is what I am doing:
IF {@Allotment} <> 0 THEN
({@Expenditure}/{@Allotment})*100
ELSE
0
What am I doing wrong ? Thanks you in advance for any help. Maybe it is a very stupid question but as i told before I am a beginner.
Seba