space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OPEN_TWOWAY_ Method

Opens the two-way report table

This method

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);
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 the 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.

Previous Page | Next Page | Top of Page