Focal Point
[CLOSED] PDF Report - Column Width

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8337022496

August 24, 2020, 03:17 PM
WebFOCUS_Dev
[CLOSED] PDF Report - Column Width
Hello

Is there a way to specify fixed column width for a PDF report? I tried few ways but did not work.
TABLE FILE CAR
SUM
    DEALER_COST AS 'Dealer Cost'
	RETAIL_COST AS 'Retail Cost'
	SALES AS 'Sales'
BY COUNTRY AS ''
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT, FONT='Open Sans', SIZE=10, PAGESIZE=LETTER, ORIENTATION=LANDSCAPE, $
TYPE=TITLE,STYLE=BOLD,COLOR='WHITE',BACKCOLOR=RGB(20 69 101), $
TYPE=DATA, BORDER-TOP=LIGHT, BORDER-BOTTOM=LIGHT, $
TYPE=REPORT, COLUMN=N1, WIDTH=3.000, $
ENDSTYLE
END
  

Please suggest. Thank you.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8206
All formats
August 25, 2020, 04:13 AM
Martin vK
For PDF use SQUEEZE in stead of WIDTH for fixed column width.

Martin.


WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster