Can anyone suggest me,
How can i do this in crystal report,
for i=1 to 5
{
i=i+1;
printf(i);
}
o/p must be
1
2
3
4
5
In Crystal Report Formula.
Thanks in Advance
How can i do this in crystal report,
for i=1 to 5
{
i=i+1;
printf(i);
}
o/p must be
1
2
3
4
5
In Crystal Report Formula.
Thanks in Advance