MDDB Report Viewer Methods |
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 drilldown has occurred.
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);
Where... | Is Type... | And Contains... |
---|---|---|
column-list | N | the column list from the _emddb_m. |
viewreport-flag | N | the View Report button flag. |
_url | C | yhe broker component of the URL. |
_argument-string | C | the argument string for the next query. |
_argument-string2 | C | the argument string for the next query. |
_argument-string3 | C | the argument string for next query. |
initial-url | C | the URL of the initial HTML page. |
url | C | the URL for the next query. |
service | C | the broker service that is being used. |
analysis-variable | C | the analysis variable that is to be graphed. |
statistic-variable | C | the statistic that is to be graphed. |
analysis-variable | N | the analysis variable that is to be graphed. |
background-type | C | the background type (IMAGE or COLOR). This parameter is optional. |
background-value | C | the background value. This parameter is optional. |
webeis-class | C | the WEBEIS class name. |
dlflag | N | 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. |
MDDB Report Viewer Methods |