_DISPLAY_TWOWAY_ Method
Calls the methods to display the two-way report
Syntax
CALL SEND(OBJID,'_DISPLAY_TWOWAY_',dlflag);
Required Argument
- 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
-
checks for the required variables
for a two-way report.
-
calls the metabase _GET_HIERARCHY_
method to get a list of hierarchies.
-
calls the _BUILD_APPLICATION_LIST_
method.
-
calls the _CHECK_HIER_MEMBER_ method.
-
calls the _SET_DRILL_LEVELS_ method
to drill to the current level.
-
calls the EMDDB_M class _SET_APPLICATION_
method.
-
calls the _BUILD_ARGS_STRING_ method.
-
calls the _BUILD_ARGS2_STRING_
method.
-
calls the metabase _GET_VARIABLES_
method to get a list of analysis variables.
-
calls the _EXPAND_VALUE_ data model
method for all expanded variables.
-
calls the EMDDB_M class _GET_CLASS_COMBINATIONS_
method to get the row list.
-
calls the EMDDB_M class _GET_CLASS_COMBINATIONS_
method to get the column list.
-
calls the _OUTPUT_DOWN_LIST_, _OUTPUT_ACROSS_LIST_,
and _OUTPUT_VIEWRPT_BUTTON_ methods to place down and across selection
lists and the
View Report button above the
report. This method also outputs the HTML tags to format these elements
on the page.
-
calls the _OPEN_TABLE_ method.
-
calls the _OPEN_TWOWAY_ method.
-
calls the _DISPLAY_ACROSS_CELLS_
method.
-
calls the _OUTPUT_EMPTY_CELL_ method.
-
calls the _DISPLAY_ANALYSIS_VARS_
method.
-
calls the _DISPLAY_DOWNVAR_CELL_
method.
-
calls the _DISPLAY_STATISTIC_VARS_
method.
-
calls the _DISPLAY_VALUES_ method.