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] Across title vertical line between the 'name' in XLSX format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Across title vertical line between the 'name' in XLSX format
 Login/Join
 
Gold member
posted
Hello,
I would like add vertical line between the across title. The below code works for HTML format not working for XLSX format. I appreciate any one have different thoughts....
 
SET ACROSSTITLE = SIDE

TABLE FILE CAR
SUM RETAIL_COST
BY COUNTRY AS ''
ACROSS BODYTYPE AS '           COUNTRY        TEST' AND COMPUTE NEW= C1 + C3 ;
-*ON TABLE PCHOLD FORMAT HTML
ON TABLE PCHOLD FORMAT XLSX
ON TABLE SET STYLE *
TYPE=REPORT,
     IMAGE=IBFS:/WFC/Repository/Verticalline.png,
	 POSITION=(0.97 0.50),
$
END
-EXIT


 

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


WebFOCUS 8
Windows, All Outputs
 
Posts: 73 | Registered: April 06, 2016Report This Post
Guru
posted Hide Post
Did you try to use a border instead of an image?


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
 
Posts: 454 | Location: Europe | Registered: February 05, 2007Report This Post
Gold member
posted Hide Post
Frans,
I tried the below code. it did not work either... for the xlsx format.
TYPE=ACROSSTITLE,
FONT='CALIBRI',
STYLE=BOLD,
SIZE=11,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
JUSTIFY=LEFT,
$


WebFOCUS 8
Windows, All Outputs
 
Posts: 73 | Registered: April 06, 2016Report This Post
Expert
posted Hide Post
Borders for XLSX does not work in some versions of WebFOCUS. Take a look at WebFOCUS XLSX/EXL07 Format Supported Features Release Roadmap (You'll have to log in to Tech Support).


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Platinum Member
posted Hide Post
Rather than ACROSSTITLE, try ACROSSVALUE like this:

SET ACROSSTITLE = SIDE
TABLE FILE CAR
SUM RETAIL_COST
BY COUNTRY AS ''
ACROSS BODYTYPE AS ' COUNTRY TEST' AND COMPUTE NEW= C1 + C3 ;
ON TABLE PCHOLD FORMAT XLSX
ON TABLE SET STYLE *
TYPE=ACROSSVALUE, BORDER-LEFT=ON, BORDER-RIGHT=ON, $
END

This worked for me in 8.1.05 and 8.2.01 with MS-Office 2016.


WebFOCUS 8.2.06
 
Posts: 210 | Location: Sterling Heights, Michigan | Registered: October 19, 2010Report This Post
Gold member
posted Hide Post
Thank you guys for your replies,The reason is I am trying add vertical line between the across title. so it will so as border for the column.Please see the line added before the TEST. it is showing as border. When I print in XLSX.it show little gap at the top.

ACROSS BODYTYPE AS ' COUNTRY |TEST' AND COMPUTE NEW= C1 + C3 ;


WebFOCUS 8
Windows, All Outputs
 
Posts: 73 | Registered: April 06, 2016Report This Post
Expert
posted Hide Post
@v_ani, did you read the documentation I provided earlier?
quote:
Borders for XLSX does not work in some versions of WebFOCUS. Take a look at WebFOCUS XLSX/EXL07 Format Supported Features Release Roadmap (You'll have to log in to Tech Support).

WebFOCUS XLSX/EXL07 Format Supported Features Release Roadmap


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report 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] Across title vertical line between the 'name' in XLSX format

Copyright © 1996-2020 Information Builders