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]Border for column values - AHTML format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]Border for column values - AHTML format
 Login/Join
 
Member
posted
Border for particular column values only. Eg: two columns DIV and SALARY. I have subtotal for the report. So need to put border for subtotal value only and should applicable in AHTML.

This message has been edited. Last edited by: <Emily McAllister>,


Apps Studio 8.1.0.5
Windows 7
 
Posts: 29 | Registered: March 02, 2016Report This Post
Expert
posted Hide Post
In V8.0.08 and older, you can't do much with borders for AHTML reports. My guess is that it hasn't changed for v8.1.05...


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
Member
posted Hide Post
Hi Francis, is it possible to apply CSS for styling border which can apply to AHTML?


Apps Studio 8.1.0.5
Windows 7
 
Posts: 29 | Registered: March 02, 2016Report This Post
Expert
posted Hide Post
I gave it a try when replying to your email and it seems we can't play with borders and most likely not for a specific column. I did get background colour to work if that's any help.


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
Member
posted Hide Post
I succeeded giving border to particular column values . That too working in AHTML format but i need to apply for Across column value. For eg: across values for Division are CE,CORP,SE etc.. I need to border only for [IMG]C:\Users\hemin\Desktop\across value border[/IMG] SE.


Apps Studio 8.1.0.5
Windows 7
 
Posts: 29 | Registered: March 02, 2016Report This Post
Expert
posted Hide Post
We cannot see images that are on your desktop - they have to be hosted online, in Dropbox or some other image sharing site.

Meanwhile, if you show us the code by which you were able to control borders for a specific column, perhaps we can help you do it for an ACROSS column.


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
Member
posted Hide Post
TABLE FILE EMPDATA

SUM
SALARY
BY DEPT
ACROSS DIV
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE ROW-TOTAL AS 'TOTAL'
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$

TYPE=REPORT,
GRID=OFF,
JUSTIFY=LEFT,
$

TYPE=DATA,
COLUMN=N7,
BORDER-LEFT-STYLE=SOLID ,
BORDER-RIGHT-STYLE=SOLID ,
$
TYPE=DATA,
COLUMN=N7,
STYLE=BOLD,
SIZE=10,
$
ENDSTYLE
END


Apps Studio 8.1.0.5
Windows 7
 
Posts: 29 | Registered: March 02, 2016Report This Post
Guru
posted Hide Post
Hemin,

Try the following link from the IBI Techsupport site. I changed the PDF to HTML and added BORDER=ON, to the TYPE=GRANDTOTAL line.

How to display BORDER-BTM on a sort field.

My result was ta thick border around the Grandtotal.

I also tried the following to see different results for each column and the color green:
TYPE=GRANDTOTAL, SIZE=9, BACKCOLOR=RGB(255 153 204), JUSTIFY=RIGHT,
BORDER-TOP=HEAVY,
BORDER-BOTTOM=HEAVY,
BORDER-LEFT=HEAVY,
BORDER-RIGHT=HEAVY,
BORDER-TOP-COLOR=RGB(51 153 102),
BORDER-BOTTOM-COLOR=RGB(51 153 102),
BORDER-LEFT-COLOR=RGB(51 153 102),
BORDER-RIGHT-COLOR=RGB(51 153 102),
$

See if the above will help you out with what you are looking for.

Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator - Information Builders Inc.
* Summit 2016 – June 13-17 in Reno, Nevada  - http://www.informationbuilders.com/events/summit


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report 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]Border for column values - AHTML format

Copyright © 1996-2020 Information Builders