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 multi-page compound document report that displays reports and bar graphs. I have 5 sort fields and I page-break on the first sort field (customer). I need the report to display all 4 pages of the report for a customer before it page-breaks to the next customer. I have no problems doing this for the report components, but the graphs are not breaking properly. I need to know what to code for the following graph settings so that the graphs will page-break along with the report components and each report will display in it's entirety for the first customer before proceeding to the next customer. Thanks.
GRAPH FILE HOLDFILE
SUM PAYMENTS
BY CUSTOMER PAGE-BREAK NOPRINT
BY BREAK2 NOPRINT
BY BREAK3 NOPRINT
BY SORTORDER NOPRINT
BY CATEGORY (there are 5 categories for the axis)
ON GRAPH SET GRMERGE
ON GRAPH SET MULTIGRAPH
ON GRAPH SET GRLEGEND
ON GRAPH SET GRAXAXIS
ON GRAPH SET LOOKGRAPH VBAR
Windows Operating System Dev Studio 8009This message has been edited. Last edited by: Michele Brooks,
You are correct Rifaz. I created a new post because the logic that normally should work did not work. What I did find out is that I had to import the graphs before I import the reports. for each page layout. When I imported the report components first, the report did not page-break properly. I had to create a new compound layout to get the report to page-break properly. For a multi-page, multi-customer compound report that has graphs and reports on several pages, I used the following code in my graph file request when I had 4 by statements. When I created a graph with 5 by statements, I changed the GRXAXIS to 4. The post is closed. Thanks
ON GRAPH SET GRMERGE ADVANCED ON GRAPH SET GRMULTIGRAPH 1 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 3