Guest_imported
New member
- Jan 1, 1970
- 0
I'm new to Crystal Reports and what I want should be fairly easy, but I can't seem to print out a simple count on each detail line.
For instance, if I have 18 records returned, I want a #1 placed on the first detail line (as Rank #1), #2 placed on the second detail line, up to the total count for the records.
i.e.
#1 Customer1
#2 Customer2
#3 Customer3
...
#18 Customer18
A simple For Loop should do it, but my looping is giving me the total (18) on each line, it's not counting properly.
TIA,
Karen
(CR8.5)
For instance, if I have 18 records returned, I want a #1 placed on the first detail line (as Rank #1), #2 placed on the second detail line, up to the total count for the records.
i.e.
#1 Customer1
#2 Customer2
#3 Customer3
...
#18 Customer18
A simple For Loop should do it, but my looping is giving me the total (18) on each line, it's not counting properly.
TIA,
Karen
(CR8.5)