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.
If I comment out the remarks on the subhead the report is displaying fine. When running with the remark on subhead, the first record on the report is displaying twice. Could anyone know how to fix this?
Interestingly, on my WebFOCUS 5.3.3 server the PDF file is not generated correctly when the HEADING styling is present. The first row of column REPORT_VAL is duplicated and ovrwrites the first line for some reason. If I comment out the HEADING styling, the data is displayed correctly wrapped. There's a bug somewhere in the generation of the PDF file, prhaps due to a large column displayed i n the Heading or data.
For me the pdf is getting generated with the heading style on but as you said the the first row is getting displayed twice, overlapping with each other.
The reply from IBI was "The longest character string available in webFOCUS is 256 bytes. Character data longer than that is considered TEXT, and you may not place text fields into SUBFOOT or SUBHEAD text. "
Kamesh emailed me this modified code (Changed the HEADING to ON TABLE SUBHEAD) which is displaying it correctly. Thanks for your help Kamesh.
TABLE FILE CAR PRINT COUNTRY CAR WHERE ( COUNTRY EQ 'ENGLAND' ); ON TABLE HOLD AS NEWCAR FORMAT ALPHA END -RUN DEFINE FILE NEWCAR SUBHEAD_VAL/A3000 = 'WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW WWWWW '; REPORT_VAL/A3000 = 'SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS SSSSS '; END -RUN -* TABLE FILE NEWCAR SUM REPORT_VAL AS 'Large Value' BY CAR AS 'Country' ON TABLE SUBHEAD "" "LARGE VALUE ON SUBHEAD TEST" "" "Remarks: <SUBHEAD_VAL" "" ON TABLE NOTOTAL ON TABLE SET PAGE-NUM NOPAGE ON TABLE SET NODATA '' ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE * UNITS=IN, PAGESIZE='A4', SQUEEZE=ON, ORIENTATION=LANDSCAPE, LEFTMARGIN=0.6, RIGHTMARGIN=0.3, TOPMARGIN=0.3, BOTTOMMARGIN=0.3, $