_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.
Type:Numeric
viewreport-flag
the View Report button flag.
Type:Numeric
_url
the Application Broker component of the URL.
Type:Character
_argument-string
the argument string for the next query.
Type:Character
_argument-string2
the argument string for the next query.
Type:Character
_argument-string3
the argument string for the next query.
Type:Character
initial-url
the URL of the initial HTML page.
Type:Character
url
the URL for the next query.
Type:Character
service
the Application Broker service being used.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
statistic-variable
the statistic to graph.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Numeric
background-type
the background type (IMAGE or COLOR). This parameter is optional.
Type:Character
background-value
the background value. This parameter is optional.
Type:Character
webeis-class
the WEBEIS class name.
Type:Character
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.
Type:Numeric

Details

This method
  • outputs the <TABLE> tag
  • 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.