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.
Are there any general rules for creating compound pdf reports? I am trying to create a compound report in the following manner
Report 1 (vendor information) ON TABLE SET ONLINE-FMT PDF ON TABLE SET COMPOUND OPEN
LOOP (Read all the item information for the vendor order by department id)
Report 2 (Checks for every new department and displays only if any department level discount information exists) ON TABLE SET ONLINE-FMT PDF ON TABLE SET COMPOUND NOBREAK
Report 3 (item information) ON TABLE SET ONLINE-FMT PDF ON TABLE SET COMPOUND NOBREAK
Report 4 (pricing information) ON TABLE SET ONLINE-FMT PDF ON TABLE SET COMPOUND NOBREAK
END LOOP
Report 5 (Dummy report for closing the compound report) ON TABLE SET ONLINE-FMT PDF ON TABLE SET COMPOUND CLOSE
Webfocus is generating the report correctly for some vendors, but for others some pages are getting overlapped. (Based on the number of times the report 2 appears I guess - data from report2 and one or more report 3 & 4 are displaying over one another). I am setting the margin and other layout parameters as the same for all the reports as follows.
ON TABLE SET STYLE * UNITS=IN, PAGESIZE='A4', SQUEEZE=ON, ORIENTATION=LANDSCAPE, LEFTMARGIN=0.6, RIGHTMARGIN=0.3, TOPMARGIN=0.1, BOTTOMMARGIN=0.1, $
If these posts don't answer your questions, then this may be related to detailed info such as the version of Adobe, WF, etc. At that point, I would strong suggest that you should open up a case with IBI Tech Support Help Desk and have a tech support representative to work with you.
Hope this info helps you.
Cheers,
KerryThis message has been edited. Last edited by: Kerry,
Posts: 1948 | Location: New York | Registered: November 16, 2004