Hi
I need advice on if there is a better way to achieve the result I want.
I wish to have a table output in my report. The header row of the table needs to include some graphic images. In other words each column has its own graphic image.
I have currently done this using a MySQL union of 3 selects.
- For row one which includes dbr.purehtml tags to pull the image into each cell
The body that include the data
The footer that include the totals of the data
This as you can see presents problems in that many of the dbr.* do not wrk effectively across union'ed tables. For example dbr.sum, dbr.count, dbr.colstyle etc.
I am not keen on using the template capabilities because that is a big change that could present a whole new set of challenges.
Is there a better way to embed graphics into a header row so as to avoid using union structures? Or am I wrong on dbr.sum should work in the scenario I have.
Thx
Simon