MDDB Report Viewer Methods |
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 _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_.
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, and 1 = output data values with spreadsheet delimiters. |
MDDB Report Viewer Methods |