I am trying to design a report which has two separate sections with different columns and data representations. The report would include totals derived from both sections. How can I best accomplish this using Quartam. Note that I am getting the report data from MySQL if this has any bearing on the method of reporting. I have provided a simplified example below.
Thanks in advance.
Igal
Code: Select all
Section 1
Part ID # Sold Unit Prc Total $
A 2 7.50 15.00
B 5 10.00 50.00
------------------------------------------
Total 65.00
Section 2
Consultation 150.00
Labor 950.00
------------------------
Total 1100.00
Project Total 1165.00 (Total from section 1 and section 2)