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     [SOLVED] How to show a report and a graphic in the same Window

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] How to show a report and a graphic in the same Window
 Login/Join
 
Member
posted
Hi everyone,

I want to show the result of a Report and a Graphic in the same window (in a HTML view), the data that I use in the report, is the same data that I want to show in the graphic.

I don´t know how to do that.

I appreciate your help

Thanks!

This message has been edited. Last edited by: Kerry,


WebFocus 7.6.10, windows 7, win server 2003-2008 PDF, TXT, XML, html, xls, doc
 
Posts: 22 | Registered: January 06, 2011Report This Post
Platinum Member
posted Hide Post
Hi,

You could do this in many ways..
Use IBI.FIL method to embed the TABLE FILE output and GRAPH output in a HTML form..

Fetch the required data first and HOLD it in a file and create the Report and Graph off that file..

thanks
Sashanka


WF 7.7.03/Windows/HTML,PDF,EXL
POC/local Dev Studio 7.7.03 & 7.6.11
 
Posts: 103 | Registered: June 12, 2009Report This Post
Member
posted Hide Post
Hi,

but I don´t know how to do that. (use the IBI.FIL method)


Thanks!
Antonio


WebFocus 7.6.10, windows 7, win server 2003-2008 PDF, TXT, XML, html, xls, doc
 
Posts: 22 | Registered: January 06, 2011Report This Post
Virtuoso
posted Hide Post
A very basic technique is to use the bar graph function built into TABLE FILE StyleSheet. The sample code below is, for the most part, taken straight out of the Creating Reports manual.

DEFINE FILE GGSALES
 DIFFERENCE/D7M = DOLLARS - BUDDOLLARS ;
END
-*
TABLE FILE GGSALES
 SUM
  BUDDOLLARS/D7M
  DOLLARS/D7M
  DIFFERENCE AS 'Difference'
 BY CITY
 ON TABLE SET PAGE-NUM OFF
 ON TABLE SET STYLE *
  GRID=OFF, $
  GRAPHTYPE=DATA, COLUMN=DIFFERENCE, $
  TYPE=REPORT, GRAPHCOLOR=BLUE, $
 ENDSTYLE
END


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
<JG>
posted
I'm sorry this is so basic.

Get some training.
 
Report This Post
Member
posted Hide Post
ok, thanks for you help!

Greetings


WebFocus 7.6.10, windows 7, win server 2003-2008 PDF, TXT, XML, html, xls, doc
 
Posts: 22 | Registered: January 06, 2011Report 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     [SOLVED] How to show a report and a graphic in the same Window

Copyright © 1996-2020 Information Builders