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     COMPOUND reporting in HTML format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
COMPOUND reporting in HTML format
 Login/Join
 
Gold member
posted
The report consists of summary and detail sections(HTML format), it is required to repeat this combination of summary and detail for various values of an input parameter. The Table requests (one for summary and the other for detail each one having its own stylesheet) are thus being placed in a loop, but by doing so the stylesheets are behaving strangely. The style sheet content of one section is being reflected on the other.(Though the data is coming fine). Is there any way of avoiding this?

The code is somewhat like this
-SET &V_CNT = 0;
-NEXTLOC
TABLE FILE Request printing for summary IN html FORMAT

TABLE FILE Request printing for detail in HTML format
-SET &V_CNT = &V_CNT+1 ;
-IF &V_CNT NE 5 GOTO NEXTLOC ;
 
Posts: 78 | Registered: December 11, 2005Report This Post
Expert
posted Hide Post
Using internal style sheets for each report will hit the problem of reuse of style names (.x1 etc.). Because each report may / will use the same style name for different cells you will have problems as you have seen.

To overcome this you should use external stylesheets and refer to them within your reports using the CLASS= syntax within the ON TABLE SET STYLE * section of your code.

T

Happy New Year ALL



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
Platinum Member
posted Hide Post
Hi,

SAVE(ON TABLE HOLD FORMAT HTMTABLE AS REPORT1) those master and Detail Reports in HTMTABLE format and use the following code to see all the reports in One HTML Page.
-HTMLFORM BEGIN
!IBI.FIL.REPORT1;
!IBI.FIL.REPORT2;
-HTMLFORM END

Thanks,


Thanks,
Kalyan.S
------------------------------------
WebFOCUS 7.1.4, Win XP SP2,
Oracle8i.
------------------------------------
 
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006Report 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     COMPOUND reporting in HTML format

Copyright © 1996-2020 Information Builders