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     Border not working in Accordian report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Border not working in Accordian report
 Login/Join
 
Master
posted
Try the below example. The Border won't show in that. If you comment the Expandbyrow line then you will able to see the border.

SET EXPANDBYROW=ON
-RUN
TABLE FILE CAR
HEADING
"TEST ACCORDIAN WITH BORDER"
SUM
MODEL RETAIL_COST
BY COUNTRY
BY CAR
ON TABLE SET PAGE-NUM OFF
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,$
TYPE=HEADING,SIZE=9,JUSTIFY=LEFT,STYLE=BOLD,COLOR=RED,
BORDER-BOTTOM=HEAVY, BORDER-BOTTOM-STYLE=DOUBLE,BORDER-COLOR=GRAY,$
ENDSTYLE
END
-EXIT

Any way to get the border in accordian report.


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Expert
posted Hide Post
It's documented that borders don't work - in fact you should an error (warning) message.

I'm using background colours instead and tweaking with a bit of CSS for my desired results.


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
Master
posted Hide Post
do you have some sample to achieve the border with css?


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Expert
posted Hide Post
GRID=ON seems to work for HTML...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
If you view source, you'll see this message:

(FOC3330) EXPANDBYROW: Not supported with BORDER.

I don't use borders, mainly because they look messy. This is an example of my styling - in this example I use a white border to space the cells further apart:

-HTMLFORM BEGIN
<style type="text/css">
/* Override table border styling */
td { border: 1px solid white; }
 
a { text-decoration: none; }
/*a:visited { color: black; }*/
a:hover {text-decoration: underline; cursor: pointer; color: blue; }
 
</style>
-HTMLFORM END

SET EXPANDBYROW=ON
-RUN
TABLE FILE CAR
HEADING
"TEST ACCORDIAN WITH BORDER"
SUM
DEALER_COST AS 'Dealer'
RETAIL_COST AS 'Retail'
BY COUNTRY
BY CAR
BY MODEL

ACROSS SEATS AS ''

ON TABLE SET PAGE-NUM OFF
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF, SQUEEZE=ON, PAGECOLOR='WHITE',
FONT='CALIBRI',
SIZE=10,
$
TYPE=HEADING,SIZE=9,JUSTIFY=LEFT,STYLE=BOLD,COLOR=RED,
$
TYPE=SUBTOTAL, BACKCOLOR=RGB(225 225 225), $

TYPE=DATA, BACKCOLOR=RGB(225 225 225), $

TYPE=ACROSSVALUE, STYLE=BOLD, JUSTIFY=CENTER, BACKCOLOR=RGB(225 225 225), $

TYPE=TITLE,
STYLE=BOLD,
BACKCOLOR=RGB(82 156 190),
COLOR='WHITE',
JUSTIFY=CENTER,
$

END
-RUN

Experiment with this...


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     Border not working in Accordian report

Copyright © 1996-2020 Information Builders