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     (solved) compound report online format issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
(solved) compound report online format issue
 Login/Join
 
Gold member
posted
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, 2012Report This Post
Expert
posted Hide Post
Try it with HTMLCSS OFF

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
Two questions:
1) Can you duplicate this using an IB Sample file?
2) Why use COMPOUND for online HTML?
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Gold member
posted Hide Post
Removing the cascading stylesheet line did it; Thanks Tony


8.2.03 AIX Client Windows Tomcat
DB2, Terradata, SQL, Oracle
 
Posts: 56 | Location: Fort Worth, Texas USA | Registered: January 27, 2012Report 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     (solved) compound report online format issue

Copyright © 1996-2020 Information Builders