Spanning columns
I am trying to make a report that shows a list of employees as column
headings, and all the data underneath.
One problem is that it could be an unlimited number of employees. Is there
any way to span this information to different pages?
Example:
JOHN MARY
------- ---------
Retail Sales 15.99 1000.09
Service Sales 29.99 33.54
------ -------
Total Sales xxx.xx xxx.xx
If this report was to print with 50 employees, it would need to span to
multiple pages by the columns. Is this possible?
headings, and all the data underneath.
One problem is that it could be an unlimited number of employees. Is there
any way to span this information to different pages?
Example:
JOHN MARY
------- ---------
Retail Sales 15.99 1000.09
Service Sales 29.99 33.54
------ -------
Total Sales xxx.xx xxx.xx
If this report was to print with 50 employees, it would need to span to
multiple pages by the columns. Is this possible?
This discussion has been closed.
Comments
do is telling the grid how may columns you prefer to print per page, and let
the grid fill in the columns value automatically. for example, if you put a
10/15 columns grid in the report page, then it would print 5/4 pages for
you.
Best Regards,
William
Below is an example of creating a spread sheet style report that moves to
the next page when the columns overflow length wise. This may give you the
effect you are after.
http://www.digital-metaphors.com/tips/SpreadsheetStyle.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the reply back. I think the link that William Yu wrote will work
great for us. I appreciate the fast response from the both of you!