Focal Point
[CLOSED]Border for column values - AHTML format

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9597093186

March 22, 2016, 03:36 AM
Hemin
[CLOSED]Border for column values - AHTML format
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
March 22, 2016, 09:04 AM
Francis Mariani
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
March 23, 2016, 05:41 AM
Hemin
Hi Francis, is it possible to apply CSS for styling border which can apply to AHTML?


Apps Studio 8.1.0.5
Windows 7
March 23, 2016, 09:55 AM
Francis Mariani
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
March 23, 2016, 10:22 AM
Hemin
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
March 23, 2016, 10:27 AM
Francis Mariani
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
March 24, 2016, 02:53 AM
Hemin
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
April 05, 2016, 03:58 PM
Tamra
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