_OUTPUT_MAIN_TOOLBAR_FRAME_ Method
Outputs the <FRAME> tag for the toolbar on
the Dimensions and Options page
Syntax
CALL SEND(OBJID,'_OUTPUT_MAIN_TOOLBAR_FRAME_',
url,
service-name,
background-type, graph-type, background-value, analysis-variable,statistic,down-variable,
across-variable);
Required Arguments
- url
-
the Application Broker component
of the URL.
- service-name
-
the Application Broker service
value.
- background-type
-
the background type
(IMAGE or COLOR). This parameter is optional.
- graph-type
-
the graph type (BLOCK,
HBAR, PIE, PLOT, or VBAR).
- background-value
-
the background value.
This parameter is optional.
- 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.
Example
url='/cgi-bin/broker';
service='default';
grphvar='ACTUAL';
grphstat='SUM';
grphdown='COUNTRY';
grphacr='YEAR';
grphtype='VBAR';
bgtype='COLOR';
bg='YELLOW';
call send(_self_,'_OUTPUT_MAIN_TOOLBAR_FRAME_',url,service,bgtype,grphtype,bg,grphvar,
grphstat,grphdown,grphacr);
The following output
is produced:
<FRAME NAME="header" SRC="/cgi-bin/broker?_program=sashelp.webeis.header.scl
&_service=default&_debug=0&mrvdebug=2&mddb=SASHELP.PRDMDDB
&metabase=SASHELP&D=COUNTRY&AC=YEAR&A=ACTUAL
&A1S1=SUM&GRT=VBAR&BGTYPE=COLOR&BG=YELLOW
&GV=ACTUAL&GS=SUM&GD=COUNTRY&GA=YEAR&DC=1
&ACB=1" SCROLLING="NO">