Home
Designing Analytics Reports
Print records down and accross in 2 columns
HSMorales
<p>I have a report with a dataset returned from a stored procedure.
The data set has 5000 rows with three fields : Car_No Empl_name Empl_Number.
I would like to print 2 columns (with all three fields in each) per page. The first column will have rows 1-43</p><p>and the second column will have rows 44-86. The next page will start with row 87 in the first column. How can I get my report to do this ??</p><p> </p><p>Car_No Empl_Name Empl_Number Car_No Empl_Name Empl_Number </p><p> 1 John 42 44 Joe 32
2 Jerry 34 45 Jane 22
3 Ken 12 46 Terry 65</p><p>Thanks fro your help</p><p>Henry Morales
Birt 3.7.0</p>
Find more posts tagged with
Comments
There are no comments yet