Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Reg Compound Report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Reg Compound Report
 Login/Join
 
<Navin>
posted
All

I have a table and graph on CAR.mas

I am grouping the results based on the region.

I need the output in such a way that i have a graph and table for a particular region followed by another regions's graph and table.

Note: I dont want to acheive it by running a separate loops for creating charts and table separately and then running a loop wherein i am printing graph and table.

This message has been edited. Last edited by: Kerry,
 
Report This Post
<JG>
posted
Naveen, stop demanding that other people write your code and do your work for you.

At least have an attempt at doing what you need and then ask for help.

However I'll give you a starter.

You do not need to run a loop to create the graphs.

a simple request like

GRAPH FILE CAR
SUM DEALER_COST
ACROSS MODEL
BY COUNTRY

ON GRAPH HOLD FORMAT GIF
ON GRAPH SET VZERO OFF
ON GRAPH SET HAXIS 770
ON GRAPH SET VAXIS 405
ON GRAPH SET LOOKGRAPH VBAR
END
-RUN

will create a graph for each country and they will be called hold0.gif, hold1.gif hold3.gif etc.

You can then create your compound report in a loop.

(You actually only need to do a loop because PDF output does not work with IMAGE(filename))

If you have a go based on the info above then I'm sure that someone will help.
 
Report This Post
Expert
posted Hide Post
Naveen,

What release are you running? You don't have a signature. What you want to do is available in the PDF Layout Painter/Composer and is called a coordinated compound document. If you follow the tutorial in the manual, you should get what you need. I created one with the CENTURYSALES file and I have a slick report with a report and graph on the same page for each region.

Give it a shot and update your signature please.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Reg Compound Report

Copyright © 1996-2020 Information Builders