Hello Focwizard,
Program:
GRAPH FILE JDE_SALE
SUM UNITS NETVAL
ACROSS WEEK
ON GRAPH SAVE AS TEST1 FORMAT GRAPH
END
-RUN
-EXIT
Resulting HTM file (Notepad display):
<HTML>
<BASE HREF=file://C:\IBI\desktop43\home\bin\ >
<HEAD>
<TITLE>FOCUS Graph</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff">
<APPLET name=graph codebase=ibi_html/javaassist archive=IBITDGChartApplet.jar code=IBITDGChartApplet.class width=760 height=400>
<PARAM name=LicenseURL value="FOCUS:">
<PARAM name=TDGSCRIPT value = '
setGraphType(61);
setSeriesLabelArray("UNITS", "NETVAL"

;
setDataSeries(
25, 3395400.00,
26, 11301751.00,
27, 10362066.00,
28, 8823308.00,
29, 8012349.00,
30, 7310568.00);
setDataSeries(
25, 3058478.50,
26, 7346135.00,
27, 7123143.50,
28, 4814454.00,
29, 4453749.00,
30, 2756502.25);
setDataRangeToExtent();
setConnectScatterMarkers(true);
setY1MajorGridStyle(3);
setX1MajorGridStyle(3);
setY1MustIncludeZero(true);
setX1MustIncludeZero(true);
setDataTextPosition(0);
setDataTextRadiusDefault(10);
setX1LabelFormat(-1);
setX1LabelFormatPattern("0.00"

;
setDataTextFormat(-1);
setDataTextFormatPattern("0.00"

;
setX1TitleString("WEEK"

;
setTextRotation(getO1Label(),2);
setTextRotation(getO2Label(),2);
setTextRotation(getX1Label(),2);
setTextRotation(getX2Label(),2);
setFontSizeVC(getDataText(),1000);
setFontSizeVC(getFootnote(),1000);
setFontSizeVC(getLegendText(),1000);
setFontSizeVC(getO1Label(),1000);
setFontSizeVC(getO1Title(),1000);
setFontSizeVC(getO2Label(),1000);
setFontSizeVC(getO2Title(),1000);
setFontSizeVC(getPieLabel(),1000);
setFontSizeVC(getPieRingLabel(),1000);
setFontSizeVC(getPieSliceLabel(),1000);
setFontSizeVC(getSubtitle(),1000);
setFontSizeVC(getTitle(),1000);
setFontSizeVC(getX1Label(),1000);
setFontSizeVC(getX1Title(),1000);
setFontSizeVC(getY1Axis(),1000);
setFontSizeVC(getY1Label(),1000);
setFontSizeVC(getY1Title(),1000);
setFontSizeVC(getY2Label(),1000);
setFontSizeVC(getY2Title(),1000);
setToolTipDisplay(true);
'>
</APPLET>
<BR>
</BODY>
</HTML>
The data appears to be imbedded in the graph and I'm not sure of the implications of the references to IBIxxx.JAR files or Javaassist; My assumption is that the end user has to have access to IBI files in order to see the graphs, i.e. he/she had to have a version of Focus on local PC as a viewing pre-requisite. I'm also intrigued by the GIF/HTML issue. As I said, the HTML output is generated really quickly while the "ON GRAPH HOLD AS XXXX FORMAT GIF" takes considerably longer but they both produce identical output files..... in HTML format. Thanks for any help.
Peter.