_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.
- service-name
-
the Application Broker service
value.
- graph-type
-
the graph type (BLOCK,
HBAR, PIE, PLOT, or VBAR).
- analysis-variable
-
the analysis variable
to graph.
- statistic
-
the statistic to graph.
- down-variable
-
the down variable to
graph.
- across-variable
-
the across variable
to graph.
- webeis-class
-
the WEBEIS class name.
- background-type
-
the background type
(IMAGE or COLOR). This value is optional.
- background-value
-
the background value.
This value is optional.
- bar-shape
-
the graph bar shape
(Block, Cylinder, Hexagon, Prism, or Star).
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>