Contents MDDB Report Viewer Methods Previous Next
 

_DISPLAY_TWOWAY_ Method

Calls the methods to display the two-way report. This method performs the following tasks:

  • Checks for the required variables for a two-way report.

  • Calls the metabase _GET_HIERARCHY_ method to get a list of hierarchies

  • Calls _BUILD_APPLICATION_LIST_.

  • Calls _CHECK_HIER_MEMBER_.

  • Calls _SET_DRILL_LEVELS_ to drill to the current level.

  • Calls emddb_m _SET_APPLICATION_.

  • Calls _BUILD_ARGS_STRING_.

  • Calls _BUILD_ARGS2_STRING_.

  • 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 emddb_m _GET_CLASS_COMBINATIONS_ to get the row list.

  • Calls emddb_m _GET_CLASS_COMBINATIONS_ 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 _OPEN_TABLE_.

  • Calls _OPEN_TWOWAY_.

  • Calls _DISPLAY_ACROSS_CELLS_.

  • Calls _OUTPUT_EMPTY_CELL_.

  • Calls _DISPLAY_ANALYSIS_VARS_.

  • Calls _DISPLAY_DOWNVAR_CELL_.

  • Calls _DISPLAY_STATISTIC_VARS_.

  • Calls _DISPLAY_VALUES_.

Syntax

 CALL SEND(OBJID,'_DISPLAY_TWOWAY_',dlflag);

Where... Is Type... And Contains...
dlflag N a flag that indicates whether to download the table to a spreadsheet where 0 = output HTML tags with data values; 1 = output data values with spreadsheet delimiters.

Contents MDDB Report Viewer Methods Previous Next