Try the BYPANEL setting. From the docs:
Parameter:
BYPANEL
Description:
Enables display of By fields in the left portion of each panel of a multi-panel report.
Syntax:
SET BYPANEL = option where:
option
Is one of the following:
ON repeats the sort field values on each report panel.
OFF does not repeat sort field values on each report panel. Fields are displayed only on the first panel, and columns may split between panels. This value is the default.
0 does not repeat sort field values on each report panel, and columns do not split between panels.
n repeats n columns of sort fields on each report panel. The value for n can be equal to or less than the total number of sort fields specified in the request.
If you've got 7 rows and 100 columns, I would suggest flipping the report to show 100 rows in 7 columns. Easily done with some DEFINEs. That's an awfully wide report to just display 7 rows.
Regards,
Darin
In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat