antvon
Programmer
- Dec 2, 2002
- 45
Hi
Is there any way to let a field repeat horizontally in the detail section of a report.
I realise that the report engine wasn't designed for this and I seriously doubt if many are. But I am hoping that someone has same clever or simple solution to this without
me having to resort to looping and concatinating strings into a memo field
Example: Normal Use
My Report
Meters
240
500
250
===
990
===
The above example has only one field in the detail section and contains only 3 records. This is pretty straightforward for the report engine. However I need my detail line to look like this :
My Report
Meters
240 500 250
Total 990
Any suggestions?
Is there any way to let a field repeat horizontally in the detail section of a report.
I realise that the report engine wasn't designed for this and I seriously doubt if many are. But I am hoping that someone has same clever or simple solution to this without
me having to resort to looping and concatinating strings into a memo field
Example: Normal Use
My Report
Meters
240
500
250
===
990
===
The above example has only one field in the detail section and contains only 3 records. This is pretty straightforward for the report engine. However I need my detail line to look like this :
My Report
Meters
240 500 250
Total 990
Any suggestions?