As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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