R
Rick Allison
I saw this post on the Internet but there was no resolution.
Is there a way to do this? I need to do something very similar.
Rick
----------------------------------------------------------------------------------------------------
I have the need to print 2 columns, but the column interval needs to span
over all pages printed. Usually, if I specify the column group to go 'down
then across', it does so page by page. But I need it to span over the
entire
report before it prints the 2nd column. This what I mean:
Currently, it looks like:
page 1:
---------------------
| 1 asdf 6 asdf |
| 2 asdf 7 asdf |
| 3 asdf 8 asdf |
| 4 asdf 9 asdf |
| 5 asdf 10 asdf |
---------------------
page 2:
----------------------
| 11 asdf 16 asdf |
| 12 asdf 17 asdf |
| 13 asdf 18 asdf |
| 14 asdf 19 asdf |
| 15 asdf 20 asdf |
----------------------
I'm trying to get it to look like this:
page 1:
---------------------
| 1 asdf 11 asdf |
| 2 asdf 12 asdf |
| 3 asdf 13 asdf |
| 4 asdf 14 asdf |
| 5 asdf 15 asdf |
---------------------
page 2:
---------------------
| 6 asdf 16 asdf |
| 7 asdf 17 asdf |
| 8 asdf 18 asdf |
| 9 asdf 19 asdf |
| 10 asdf 20 asdf |
---------------------
I need the 'break' number (in this case - 11) to be a user defined number.
I
tried setting the group interval to 11, but it still limits prints the
columns
as above.
Is there a way to do this? I need to do something very similar.
Rick
----------------------------------------------------------------------------------------------------
I have the need to print 2 columns, but the column interval needs to span
over all pages printed. Usually, if I specify the column group to go 'down
then across', it does so page by page. But I need it to span over the
entire
report before it prints the 2nd column. This what I mean:
Currently, it looks like:
page 1:
---------------------
| 1 asdf 6 asdf |
| 2 asdf 7 asdf |
| 3 asdf 8 asdf |
| 4 asdf 9 asdf |
| 5 asdf 10 asdf |
---------------------
page 2:
----------------------
| 11 asdf 16 asdf |
| 12 asdf 17 asdf |
| 13 asdf 18 asdf |
| 14 asdf 19 asdf |
| 15 asdf 20 asdf |
----------------------
I'm trying to get it to look like this:
page 1:
---------------------
| 1 asdf 11 asdf |
| 2 asdf 12 asdf |
| 3 asdf 13 asdf |
| 4 asdf 14 asdf |
| 5 asdf 15 asdf |
---------------------
page 2:
---------------------
| 6 asdf 16 asdf |
| 7 asdf 17 asdf |
| 8 asdf 18 asdf |
| 9 asdf 19 asdf |
| 10 asdf 20 asdf |
---------------------
I need the 'break' number (in this case - 11) to be a user defined number.
I
tried setting the group interval to 11, but it still limits prints the
columns
as above.