_OPEN_TWOWAY_ Method
Opens the two-way report table
Syntax
CALL SEND(OBJID,'_OPEN_TWOWAY_',
column-list,
viewreport-flag,
_url,
_argument-string,
_argument-string2, _argument-string3,initial-url,url,service, analysis-variable,
statistic-variable,across-variable, background-type,background-value,webeis-class,dlflag);
Required Arguments
- column-list
-
the column list from
the _EMDDB_M class.
- viewreport-flag
-
the View
Report button flag.
- _url
-
the Application Broker component
of the URL.
- _argument-string
-
the argument string
for the next query.
- _argument-string2
-
the argument string
for the next query.
- _argument-string3
-
the argument string
for the next query.
- initial-url
-
the URL of the initial
HTML page.
- url
-
the URL for the next
query.
- service
-
the Application Broker service
being used.
- analysis-variable
-
the analysis variable
to graph.
- statistic-variable
-
the statistic to graph.
- analysis-variable
-
the analysis variable
to graph.
- background-type
-
the background type
(IMAGE or COLOR). This parameter is optional.
- background-value
-
the background value.
This parameter is optional.
- webeis-class
-
the WEBEIS class name.
- dlflag
-
a flag that indicates
whether to download the table to a spreadsheet, where 0=output HTML
tags with data values and 1=output data values with spreadsheet delimiters.
Details
This method
-
-
calls the EMDDB_M class _GET_CLASS_LABEL_
method to get the label of the across variable
-
outputs the across variable label
cell
-
outputs the arrow <IMAGE>
tag if drill-down has occurred.