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.
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>,
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
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.
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
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, $
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.