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.
I have a compound HTML formatted report the distributes through report caster as an online report. When I run it through DevStudio it looks good, but when reportcaster runs it, the formatting is different for the first and second report. Both reports use a -INCLUDE for the same stylesheet. The first report seems to get white borders turned on around the data elements. Any ideas what ONLINE or RC has to do with this?
TABLE FILE VTRTEMP_2
SUM CNT.DST.IB_TRAINID AS 'Train Count'
ARR_CNT AS 'VTR,Arr.'
COMPUTE VTR_TA_PRC/D8.1% = ( ARR_CNT / C1 ) * 100; AS 'VTR %'
SPOT_CNT AS 'VTR,Spot'
COMPUTE VTR_SPOT_PRC/D8.1% = ( SPOT_CNT / C1 ) * 100; AS 'VTR %'
BY LINE_NME AS 'Region'
BY BNSF_DIV_CD AS 'Div'
ON LINE_NME SUBTOTAL AS '*TOTAL'
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE ROW-TOTAL AS 'TOTAL'
ON TABLE NOTOTAL
ON TABLE SAVE AS 'REPORT1' FORMAT HTMTABLE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = style1, $
ENDSTYLE
END
TABLE FILE VTRTEMP_2
SUM CNT.DST.IB_TRAINID AS 'Train Count'
ARR_CNT AS 'VTR,Arr.'
COMPUTE VTR_TA_PRC/D8.1% = (ARR_CNT / C1) * 100; AS 'VTR %'
SPOT_CNT AS 'VTR,Spot'
COMPUTE VTR_SPOT_PRC/D8.1% = (SPOT_CNT / C1) * 100; AS 'VTR %'
BY BNSF_DIV_CD AS 'Div'
BY DPT_333 AS 'Station'
WHERE DPT_DT EQ '&YESTER'
ON TABLE COLUMN-TOTAL RECOMPUTE AS '*** Total'
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SAVE AS REPORT2 FORMAT HTMTABLE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = style1, $
ENDSTYLE
END
-HTMLFORM BEGIN
<HTML>
<HEAD>
</HEAD>
<BODY>
<!-- WEBFOCUS TABLE REPORT1 -->
<!-- WEBFOCUS TABLE REPORT2 -->
<BR>
</BODY>
</HEAD>
</HTML>
-HTMLFORM END
This message has been edited. Last edited by: RRKen,
8.2.03 AIX Client Windows Tomcat DB2, Terradata, SQL, Oracle
Posts: 56 | Location: Fort Worth, Texas USA | Registered: January 27, 2012