Hi All,
I have a problem that I cannot figure out. I have the following table.
I want a report that looks like follows...
I have a group on the company name, but I cant figure out how to split up the fields into two separe "tables". I tried inserting another detail section in my report but that overlapped values instead of seperating them. I am using cr 8. Thank you all very much for the help.
I have a problem that I cannot figure out. I have the following table.
Code:
Monthly Totals
---------------
company name (PK)
month (PK)
car sales
budget car sales
SUV sales
budget SUV sales
I want a report that looks like follows...
Code:
Company Name 1
car sales budget car sales month
----------- ----------------- -------
100 50 Jan
200 100 Feb
.. .. ..
suv sales budget suv sales month
----------- ----------------- -------
75 65 Jan
56 55 Feb
.. .. ..
Company Name 2
car sales budget car sales
----------- -----------------
400 100
500 300
.. ..
suv sales budget suv sales
----------- -----------------
300 200
150 400
.. ..
I have a group on the company name, but I cant figure out how to split up the fields into two separe "tables". I tried inserting another detail section in my report but that overlapped values instead of seperating them. I am using cr 8. Thank you all very much for the help.