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 have a pdf layout application that has six object on one pdf page, two reports and four graphs. The customer enters an account number and the pdf comes up on the screen. Now they want to enter a range of accounts and each one is to have its own separate page of six objects. The only approach I can think of is to do a loop with each account and run the pdf layout app for each account. This is probably the simplest way but I thought I'd ask if anyone knows a better way.
Dev Studio /7.6.11/7.7.02M MVS/USS AIX/SOLARIS Windows WF Client 7.6.8/7.6.11
Posts: 64 | Location: Eastern and middle NC | Registered: March 13, 2007
If all reports and graphs use the same BY command as the first BY (BY Accounts), you can utilize the Automatic Coordinated report feature in the pdf painter. This should resolve your issue "out of the box"
from dev studio help see creating reports with graphical tools , chapter 9 ,creating compound layout,create a compound coordinated reportThis message has been edited. Last edited by: WF_IL,
Actually since sounds like a good application for the Coordinated Compound Document. This is built with the PDF Layout Painter. All objects must have the same high-order sort field, in your case, account.
You can find documentation on this in Chapter 8 of the "Developing Reporting Applications with Graphical Tools", wfappsgt.pdf.
Thanks for the replies. It was very helpful. I have one more concern that I can't find in the documentation. Using the CAR file for e.g., if I do one report and one graph, sorted by country and tell the graph to do a new graph for each value of COUNTRY, each graph as all cars for all countries but only the sort current value of the sort is displayed. So, the report 1st page just has England. The graph has all countries but only England is populated. Same with page two and so on. I don't seem to be able to tell it to only graph and display values for the sort field on that page.
By the way Eran, I seem to remember SRL SWAT a few years back.
Thanks.............Steve
Dev Studio /7.6.11/7.7.02M MVS/USS AIX/SOLARIS Windows WF Client 7.6.8/7.6.11
Posts: 64 | Location: Eastern and middle NC | Registered: March 13, 2007