Focal Point
[CASE-OPENED]EXL07 column width sometimes disrupted with across

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

November 26, 2014, 04:28 AM
Martin vK
[CASE-OPENED]EXL07 column width sometimes disrupted with across
I have some examples where the column width of across columns in Excel 2007 becomes too wide, due to higher level across values that are very long.

I managed to also make it happen in a CAR example, see below.

DEFINE FILE CAR
SUMMARY1/A200 = 'Summary';
SUMMARY2/A200 = 'This is a very long line that causes EXL07 column width to be disrupted. EXL2K, HTML and PDF output do style this correctly';
SUMMARY3/A200 = 'Does anyone have a solution for this?';
END

TABLE FILE CAR
SUM SALES
BY COUNTRY
ACROSS SUMMARY1 AS ''
ACROSS SUMMARY2 AS ''
ACROSS SUMMARY3 AS ''
ACROSS BODYTYPE AS ''
ACROSS SEATS    AS ''
ON TABLE PCHOLD AS 'sales' FORMAT EXL07
END


When output is in HTML, PDF and EXL2K it sizes the columns correctly, but not in EXL07.
Is there a way to force a better column size in EXL07 or is this a bug?
I am on 7706M.

Martin.

This message has been edited. Last edited by: Martin vK,


WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster
December 15, 2014, 02:14 PM
Martin vK
I opened a case for this (13293557) and today they confirmed this is a bug.

Martin.


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