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 need some help from the gurus here to remove the blank line at the end of the report that opens up the box surrounding it. My code is given below.
-* File box_around_pdfreport.fex -* Default Mode: Report FEX -SET &ECHO=ALL; TABLE FILE EDUCFILE PRINT COURSE_CODE BY EMP_ID ON TABLE HOLD AS HOLD01 END DEFINE FILE HOLD01 YCOURSE_CODE/I8 = EDIT(COURSE_CODE); XCOURSE_CODE/D8c = YCOURSE_CODE; WCOURSE_CODE/A8 = FTOA(XCOURSE_CODE, '(D8c)', 'A8'); ZCOURSE_CODE/A8 = LJUST(8, WCOURSE_CODE, 'A8'); CONCAT_COURSE/A200 = IF EMP_ID EQ LAST EMP_ID THEN (SUBSTR(200, CONCAT_COURSE, 1, ARGLEN(200, CONCAT_COURSE, 'I4'), ARGLEN(200, CONCAT_COURSE, 'I4'), 'A190') || '-' || ZCOURSE_CODE) ELSE ZCOURSE_CODE; END TABLE FILE HOLD01 SUM CONCAT_COURSE AS 'Course' BY EMP_ID AS 'Employee' ON TABLE FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT PDF ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Letter', SQUEEZE=ON, ORIENTATION=PORTRAIT, LEFTMARGIN=0.250000, RIGHTMARGIN=0.250000, TOPMARGIN=0.000000, BOTTOMMARGIN=0.000000, $
I tried to do the same thing but had the same results as you do. The solution provided from IBI was the work around I posted before. I agree that it should be fixed in the product but that takes longer...maybe version 7 will do the footer right under the data.
Note: I did try to set TOPGAP=0 and that did work on my local machine but not on the server. You could try that at your site.
Jayem Nolan
Posts: 10 | Location: Montreal | Registered: May 25, 2004