_OUTPUT_CLASSVAL_URL_FN_ Method

Outputs the CLSVAL JavaScript function on the Report page

Syntax

CALL SEND(OBJID,'_OUTPUT_CLASSVAL_URL_FN_', service-name, analysis-variable,
statistic, across-variable,by-type, webcls, by-value, URL, title, vrflag);

Required Arguments

service-name
the Application Broker service value.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
statistic
the statistic to graph.
Type:Character
across-variable
the across variable to graph.
Type:Character
background-type
the background type (IMAGE or COLOR). This value is optional.
Type:Character
webeis-class
the WEBEIS class name.
Type:Character
background-value
the background value. This value is optional.
Type:Character
title
the HTML page title.
Type:Character
url
the Application Broker component of the URL.
Type:Character
vrflag
the View Report bottom flag.
Type:Character

Details

This is a stub method.

Example

service= 'default';
grphvar='ACTUAL';
grphstat='SUM'
across='TEAR';
bgtype= 'COLOR';
bg= 'YELLOW';
title= '1995 Sales Report';
webcls= 'SASHELP.WEBCAT.MYWEB.CLASS';
url='/cgi-bin/broker';
vrflag=1;
call send(webid,'_OUTPUT_CLASSVAL_URL_FN_',service,grphvar, grphstat,across,bytype,
   webcls,by,url,title,vrflag)'
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>