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.
Has anyone ever figured out how to prevent the extra blank line/row that appears between the report heading and report body when using a border in EXL2K output?
SET DROPBLNKLINE = ON
-*
TABLE FILE CAR
HEADING
"Report from CAR Table"
SUM
DEALER_COST
RETAIL_COST
BY CAR
ACROSS COUNTRY AS ''
ON TABLE COLUMN-TOTAL
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT, FONT='TREBUCHET MS', SIZE=10, COLOR=RGB(66 70 73), STYLE=NORMAL, ORIENTATION=LANDSCAPE, $
TYPE=HEADING, STYLE=BOLD, SIZE=12, JUSTIFY=CENTER, $
TYPE=REPORT, COLUMN=CAR, BORDER-RIGHT=LIGHT, $
ENDSTYLE
END
This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
Dan has a case opened for this, and I provided him with the following information which I also wanted to share on the forum.
The current implementation for SET DROPBLNKLINE = ON and HEADING is only for positioned formats such as PDF, PS, DHTML, and PPT when the request has a border or backcolor.
There is a New Feature Request in programming for SET DROPBLNKLINE = ON and HEADING support for all Excel formats. If you'd like to be included in the New Feature, please open a case on InfoResponse Online.
Not a fix, but a possible workaround... the heading would need to be manually centered in Excel:
TABLE FILE CAR
SUM
DEALER_COST
RETAIL_COST
BY CAR
ACROSS COUNTRY AS 'Report from CAR Table'
ON TABLE COLUMN-TOTAL
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT, FONT='TREBUCHET MS', SIZE=10, COLOR=RGB(66 70 73), STYLE=NORMAL, ORIENTATION=LANDSCAPE, $
TYPE=HEADING, STYLE=BOLD, SIZE=12, JUSTIFY=CENTER, $
TYPE=REPORT, COLUMN=CAR, BORDER-RIGHT=LIGHT, $
ENDSTYLE
END
App Studio WebFOCUS 8.1.05M Windows, All Outputs
Posts: 594 | Location: Michigan | Registered: September 04, 2015
Have you tried using a template? I've never been able to get the borders in WebFOCUS to work like I want so I generally have a formatting template for reports that require special formatting.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006