Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Heading Items Width in EXL07

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Heading Items Width in EXL07
 Login/Join
 
Platinum Member
posted
How do I define the width of these heading items in EXL07 format. ?
I can do that in EXL2k with WRAP but is there a way to do this in EXL07 as below?


 
DEFINE FILE CAR
DUMMY/A2 = '';
END
TABLE FILE CAR
PRINT
DUMMY NOPRINT
BY  CAR.CAR.COUNTRY  NOPRINT
BY  CAR.CAR.CAR NOPRINT
BY  CAR.CAR.MODEL NOPRINT
BY  CAR.CAR.BODYTYPE  NOPRINT

ON CAR.CAR.COUNTRY SUBHEAD
"<COUNTRY<+0><CAR<+0><MODEL<+0><BODYTYPE<+0><+0><SEATS<+0><DEALER_COST<+0><RETAIL_COST"
HEADING
"Testing country long name long name long name long name<+0>Testing Column car<+0>Testing Column model<+0>Body Type<+0>Seats<+0>Dealer Cost<+0>Retail Cost "
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL07
ON TABLE SET XLSXPAGESETS ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=REPORT,
HEADALIGN=BODY,
$
TYPE=HEADING,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     JUSTIFY=LEFT,
     WIDTH=3.472,
$
TYPE=HEADING,
     LINE=1,
     OBJECT=TEXT,
     ITEM=2,
     JUSTIFY=LEFT,
     WIDTH=3.472,
$
TYPE=HEADING,
     LINE=1,
     OBJECT=TEXT,
     ITEM=3,
     JUSTIFY=LEFT,
     WIDTH=3.472,
$
ENDSTYLE
END


 

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


App Studio Version 8202
windows Platform
SQL Server 2008/2012
 
Posts: 183 | Location: TX | Registered: January 22, 2007Report This Post
Gold member
posted Hide Post
Hi,
This is what I read in the help file for EXL07

Within each generated worksheet, the columns in the report are automatically sized to fit the largest value in the column. WebFOCUS calculates the width of each data column based on the font and size requirement of all cells in that column using font metrics developed for other styled formats, including PDF and DHTML. Calculations are based on the data and title elements of the report. Heading and footing elements are not used in the sizing calculation and will be sized based on the data column requirements.

So looks like if you want to increase the column width you have to do it on data rather than the header.


WF 8.2.04
Windows/Unix
All Formats
In Focus since 2006
 
Posts: 74 | Location: UK | Registered: September 17, 2018Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Heading Items Width in EXL07

Copyright © 1996-2020 Information Builders