I have (several) lists of data to display on a very simple report. I have two issues both with trying to get the data from these multiple lists to be able to display on one page.
(1) How do I make it so that, regardless of the number of rows returned in the query, that the report section dynamically expands.
(2) How can I spread the data across two columns?
For example I have one list: New Cases, that has two columns (Owner and Contact). I don't know how many rows will be returned.
I have a second list: Ongoing Cases, that has the same two columns, I'd like to be able to create a report list this:
Table 1: New Cases
Owner Contact Owner Contact
-------- ----------- -------- -----------
Washington Dave Kennedy Julie
Lincoln Rich Ford Ben
Table 2: Ongoing Cases
Owner Contact Owner Contact
-------- ----------- -------- -----------
Washington Paul Kennedy Joan
Lincoln Jason
I don't know how many rows will be returned, but I want to split the data across the two columns so that both have the same number of rows.
How can I define these report sections to spill the data from one result set across two columns?
Thanks!
Dave
------------------------------
David Carr
Visionary Software Consulting, Inc.
Marylhurst
------------------------------