Outputs the CLSVAL JavaScript function on the Report page
This is a stub method.
Syntax
CALL SEND(OBJID,'_OUTPUT_CLASSVAL_URL_FN_',
service-name, analysis-variable, statistic,
across-variable,by-type, webcls, by-value,
URL, title, vrflag);
Where... |
Is Type... |
And Contains... |
service-name |
C |
the broker service value. |
analysis-variable |
C |
the analysis variable that is to be graphed. |
statistic |
C |
the statistic that is to be graphed. |
across-variable |
C |
the across variable that is to be graphed. |
background-type |
C |
the background type (IMAGE or COLOR). This value is optional. |
webeis-class |
C |
the WEBEIS class name. |
background-value |
C |
the background value. This value is optional. |
title |
C |
the HTML page title. |
url |
C |
the broker component of the URL. |
vrflsg |
C |
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>