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.
When I burst a report that has a report header on it the header does not appear in the attached output. I tried changing the format of the output from HTML to PDF and I also tried sending the report as an inline message but no luck. When I use the same fex without bursting the header does show up. Sorry if this question has been answered before, I did a search on the topic before posting but got no hits on the search.This message has been edited. Last edited by: <Emily McAllister>,
Are you using any variables in the HEADING which may equate to "FOC_NONE"? Are any error displayed in your Full Notifications? Are you using any TYPE=HEADING styling? Could you post you code?
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
According to Bursting Guidelines and Limitations in the Doc:
ON TABLE SUBHEAD/ON TABLE SUBFOOT: Creates a SUBHEAD for only the first page of the report output from a scheduled report procedure (FEX), and a SUBFOOT for only the last page of the report output from a scheduled report procedure (FEX). When bursting report output from a scheduled report procedure (FEX), the SUBHEAD and SUBFOOT should occur for each sort break. Therefore, specify the primary sort field in place of TABLE in the ON command. For example:
ON primarysortfield SUBHEAD
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
I misunderstood. "when you Burst a report, only the Page Headers will be in the email" - I assumed you meant the body of the report will not be in the email, only headings.
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
Is there really a need for "ON primarysortfield SUBHEAD"? The primarysortfield is the BurstValue, thus, a HEADING would suffice.
The TABLE HEADING / ON TABLE SUBHEAD is really superfulous in that the report (table) is broken into pieces (separate reports) based on the primarysortfield.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I'm still curious if Trudy is using any variables in the HEADING which may equate to "FOC_NONE"... If so, those heading lines will not be displayed... An error, shown in the full RC notification, will occur if all heading lines after the HEADING keyword are not displayed due to FOC_NONE.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005