Good Morning...I need help.
I have the following situation:
In my details section I have a column with 5 years the first year is counted as 0
X
0
1
2
3
4
The total number of years is 5 on the formula summary section in the footer.
then I need only the value of 5 to be used as a denominator in a subsequent formula back into the details section, we'll call it formula A.
So suppose in this case the numerator is 20, and the desired denominator is the number of years (in this case 5). Hence, 20/5 = 4 the new set of columns should read
X Y
0 4
1 4
2 4
3 4
4 4
However the problem lies in that when I go to insert the numerator/denominator formula,the program gets translates the X in the details section as the denominator and then gives me a message that it cannot divide Zero because X in the first year of the details is 0.
What I really need is to keep the denominator in the details section as the value presented in the footer back into the details formula, in this example it's 5. Of course the value of the denominator will change when I set the report with different parameter values.
Can anyone help?
I'm using Crystal 8.0
Thanks in advance.
I have the following situation:
In my details section I have a column with 5 years the first year is counted as 0
X
0
1
2
3
4
The total number of years is 5 on the formula summary section in the footer.
then I need only the value of 5 to be used as a denominator in a subsequent formula back into the details section, we'll call it formula A.
So suppose in this case the numerator is 20, and the desired denominator is the number of years (in this case 5). Hence, 20/5 = 4 the new set of columns should read
X Y
0 4
1 4
2 4
3 4
4 4
However the problem lies in that when I go to insert the numerator/denominator formula,the program gets translates the X in the details section as the denominator and then gives me a message that it cannot divide Zero because X in the first year of the details is 0.
What I really need is to keep the denominator in the details section as the value presented in the footer back into the details formula, in this example it's 5. Of course the value of the denominator will change when I set the report with different parameter values.
Can anyone help?
I'm using Crystal 8.0
Thanks in advance.