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 was trying to print a group of TABLE FILE out put into one page of PDF. My experience with PDF in WebFOCUS is very Limited. When i tried with NoBREAK as we do it for EXCEL. i got error that NOBREAK is not supported. When i removed the NOBREAK the reports are printerd in multiple pages (one TABLE FILE output for one page).
All my TABLE FILE are unrealeted to each other. When i went through other topics on PDF compunding i found no answers for this issue.
Any one have ever come accross with this kind of situation. Please help. Any Suggestions will be helpful.
Regards Robin
7.6, Unix, HTML
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008
Example SET COMPOUND=OPEN NOBREAK TABLE FILE CAR PRINT MODEL WHERE RECORDLIMIT EQ 10 ON TABLE PCHOLD FORMAT PDF END SET COMPOUND=NOBREAK TABLE FILE CAR PRINT CAR WHERE RECORDLIMIT EQ 10 ON TABLE PCHOLD FORMAT PDF END SET COMPOUND=CLOSE TABLE FILE CAR PRINT MODEL WHERE RECORDLIMIT EQ 10 ON TABLE PCHOLD FORMAT PDF END
Release: 7.7.03 OS : Linux Outputs: EXL2K/PDF/HTML
Posts: 10 | Location: Omaha, NE | Registered: October 26, 2006
Thanks Ginny and dcarrio, For your valuable inputs.
I was stuck with another report. dcarrico your code works but one issue. When I do a compound in Excel the data in each TABLE FILE will be close together looking as a single report. Incase of PDF it is printed with spaces between each table file.
My report is bit complex where I display the Grand total,SUB total and Report data from three different Table files . That too in a nested Repeat for each grand total, Sub total
The excel o/p looks fine but PDF not good.
7.6, Unix, HTML
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008
I would opt for Ginny's suggestion. You create the several separate pdf reports and then build the compound report with the available tool. This gives you the ability to position the several reports on one or more pages at the top, bottom, left or right. Include a company style logo, ad page numbers etc. Much better than just the just the simple SET COMPOUND (it works, but not as nice as you would like.)
There is a (digital) manual available that might give you some help on the details. Do a search on this forum.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006