crystal version 8 pervasive sql 6
Hi, my formula looks like the following:
numbervar i:=0;
for i :=1 to {#RTotal1} step 1 do
i;
i;
-THis is to display serial numbers starting from 1 till it reaches the value of the running total.
But the o/p is starting from 2 till {#RTotal1}+1. I dont know what is it that is going wrong.
(i also tried from i:=0 and i:=-1 doesnt work.)
Pl. advise.
Hi, my formula looks like the following:
numbervar i:=0;
for i :=1 to {#RTotal1} step 1 do
i;
i;
-THis is to display serial numbers starting from 1 till it reaches the value of the running total.
But the o/p is starting from 2 till {#RTotal1}+1. I dont know what is it that is going wrong.
(i also tried from i:=0 and i:=-1 doesnt work.)
Pl. advise.