WEBFOCUS COLUMN-TOTAL
WEBFOCUS COLUMN-TOTAL
(OP)
Can anyone tell me how to prevent line wrap with the 'ON TABLE COLUMN-TOTAL AS ' clause in a report request.
It is a simple report request, using the PRINT command. The total line showss as follows:
TOTALS:
999.99 999.99 999.99
I've also tried the SUMMARIZE key word.
It is a simple report request, using the PRINT command. The total line showss as follows:
TOTALS:
999.99 999.99 999.99
I've also tried the SUMMARIZE key word.
RE: WEBFOCUS COLUMN-TOTAL
ON MYBLANKFLD COLUMN-TOTAL AS '
HTH
RE: WEBFOCUS COLUMN-TOTAL
Another way to resolve this issue, is to add a 'dummy' sort field, with values of blank, after your real sort field. This effectively moves the data to the right, allowing the total literal to fit on the line with the totals.