nlaliberte
Programmer
Good Afternoon,
I'm using Crystal XI and an ODBC connection.
I am working on a report that has a large section of static data, 'terms' if you may, that needs to be repeated 3 times, one after the other, per record.
Maintaining these as 4 seperate sections could prove to be pretty tedious down the road so we would like to list the 'terms' once and if possible, to repeat the same section 3 more times. Also, we would like to do this without hitting the database, so for an example a subreport pointed at a dummy proc, set to stop after recordnumber = 4, is not an acceptable solution.
My first thought was to create a series of run-time variables that would in essense count to 4, and group a subreport on that variable. But I don't think Crystal will allow me to group on a 'run-time' variable.
Does anyone have any tips/suggestions?
Desired Output:
report header
group header
detail A
detail B
detail C
detail C (repeated)
detail C (repeated)
detail C (repeated)
detail D
group footer
report footer
I'm using Crystal XI and an ODBC connection.
I am working on a report that has a large section of static data, 'terms' if you may, that needs to be repeated 3 times, one after the other, per record.
Maintaining these as 4 seperate sections could prove to be pretty tedious down the road so we would like to list the 'terms' once and if possible, to repeat the same section 3 more times. Also, we would like to do this without hitting the database, so for an example a subreport pointed at a dummy proc, set to stop after recordnumber = 4, is not an acceptable solution.
My first thought was to create a series of run-time variables that would in essense count to 4, and group a subreport on that variable. But I don't think Crystal will allow me to group on a 'run-time' variable.
Does anyone have any tips/suggestions?
Desired Output:
report header
group header
detail A
detail B
detail C
detail C (repeated)
detail C (repeated)
detail C (repeated)
detail D
group footer
report footer