Contents MDDB Report Viewer Methods Previous Next
 

_SHOW_GRAPH_ Method

Sets the default graphing variables if their values have not been specified and calls the appropriate graphing method (_OUTPUT_STANDARD_GRAPH_ or _OUTPUT_CLICKABLE_GRAPH_) for the selected graph source.

Syntax

 CALL SEND(OBJID,'_DISPLAY_GRAPH_',url,service,_argument-string,
                _argument-sring2,graph-type,analysis-variable,
                statistic-variable,down-variable,across-variable,
                webcls);

Where... Is Type... And Contains...
url C the Broker component of the URL.
service C the Broker service that is being used.
_argument-string C the argument string for the next query.
_argument-sring2 C the argument string for the next query.
graph-type C the selected graph type.
analysis-variable C the analysis variable to be graphed.
statistic-variable C the statistic to be graphed.
down-variable C the down variable for graphing.
across-variable N the analysis variable for graphing.
webcls C the WEBEIS class name.

Contents MDDB Report Viewer Methods Previous Next