_OUTPUT_CLICKABLE_GRAPH_ Method

Outputs the <APPLET> tag for the 3-D clickable graph

Syntax

CALL SEND(OBJID,'_OUTPUT_CLICKABLE_GRAPH_',url, service-name,graph-type,
analysis-variable, statistic,down-variable, across-variable, webcls, bg-type, bg-value,
bar-shape);

Required Arguments

url
the Application Broker component of the URL.
Type:Character
service-name
the Application Broker service value.
Type:Character
graph-type
the graph type (BLOCK, HBAR, PIE, PLOT, or VBAR).
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
statistic
the statistic to graph.
Type:Character
down-variable
the down variable to graph.
Type:Character
across-variable
the across variable to graph.
Type:Character
webeis-class
the WEBEIS class name.
Type:Character
background-type
the background type (IMAGE or COLOR). This value is optional.
Type:Character
background-value
the background value. This value is optional.
Type:Character
bar-shape
the graph bar shape (Block, Cylinder, Hexagon, Prism, or Star).
Type:Character

Details

In addition, the method outputs the Drive Applet Javascript function that initializes this graph.

Example

url='/cgi-bin/broker';
graphtype=' ';
service= 'default';
grphvar='ACTUAL';
grphstat='SUM';
down='COUNTRY';
across='YEAR';
bgtype= 'COLOR';
bg= 'YELLOW';
title= '1995 Sales Report';
webcls= 'SASHELP.WEBCAT.MYWEB.CLASS';
barshape='Star';
call send(webid, barshape='Star', '_OUTPUT_CLICKABLE_GRAPH_', url, service,
          grphtype, grphvar, grphstat, down, across, webcls, bgtype,
          by, barshape);
The following output is produced:
</TD></TR>
</FORM>
</TD></TR>
<TR><TD>><HR><A HREF="http://www.test.com/mddbpage.html">Select New
File</A></TD></TR>