_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.
- analysis-variable
-
the analysis variable
to graph.
- statistic
-
the statistic to graph.
- across-variable
-
the across variable
to graph.
- background-type
-
the background type
(IMAGE or COLOR). This value is optional.
- webeis-class
-
the WEBEIS class name.
- background-value
-
the background value.
This value is optional.
- title
-
the HTML page title.
- url
-
the Application Broker
component of the URL.
- vrflag
-
the View
Report bottom flag.
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>