I have a report that I would like to repeat print all the details section multiple times.
I've seen a few posts about creating a 'counting' table in the DB. This is a great option, however I'm afraid I cannot create a table in the DB to assist with this.
I've been trying to put a while loop in a header or first detail section and have it count up in the last detail or footer section, but it simply count up thru loop in the one location I put it in or only return print the record once.
I've also tried adding the counter to the record selection statement but I still only get one record.
Hopefully I'm not doing something right and you guys can shed some light on this for me
or point me someplace on how to create a temporary table to count against.
I'm using Crystal version 10 pulling the information from an Oracle DB.
THanks for reading this and any thoughts you may have.
Tom
I've seen a few posts about creating a 'counting' table in the DB. This is a great option, however I'm afraid I cannot create a table in the DB to assist with this.
I've been trying to put a while loop in a header or first detail section and have it count up in the last detail or footer section, but it simply count up thru loop in the one location I put it in or only return print the record once.
I've also tried adding the counter to the record selection statement but I still only get one record.
Hopefully I'm not doing something right and you guys can shed some light on this for me
I'm using Crystal version 10 pulling the information from an Oracle DB.
THanks for reading this and any thoughts you may have.
Tom