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.
Hi, I am working on a solution, where i need to show 9 tables in to single PDF page.With this regard i got a solution from forum, where i merged all tables in one table using match and with a dummy column i will create a page break, then i will split the PDF page in to 9 equal parts where i will show each output.But for few tables i have 5-7 columns (which is not accomadating in the specified part), so its not showing the output and gives error as
styled reports currently limited to 128 columns
If you anyother alternate solution for this or already discussed in the forum plz let me know.
Dev: Dev Studio 7.1.6,Report Caster 7.1.1,Servlet Local: Dev Studio 7.1.6,Report Caster 7.1.1,Apache 5.0.2, Win XP
You can create a compound pdf report but it depends on the size of each separate table if this will work. As to my experience you can in a compound report only have one report that needs an overflow page (if your table is longer than one page)
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
Thanks frank. it worked fine.Using the dimension and position of tables i am able to show all the 9 tables without any issues.I was able to show few tables which has 7 columns and 10 rows.
Dev: Dev Studio 7.1.6,Report Caster 7.1.1,Servlet Local: Dev Studio 7.1.6,Report Caster 7.1.1,Apache 5.0.2, Win XP