Contents MDDB Report Viewer, Version 1.2 Previous Next
 

MDDB Report Viewer Class, Instance Variables, and Methods

The MDDB Report Viewer class is a viewer to display MDDB data. The class is a component of the MDDB Report Viewer, which is an application used by SAS/IntrNet Application Dispatcher software.

The MDDB Report viewer class allows specification of dimensions which can be hierarchies or category variables, in addition to analysis variables. This class allows drill down on the hierarchy and other navigation, as well as specification of various types of graphic charts. The class writes output from the application to HTML in a web browser.

PARENT: SASHELP.FSP.OBJECT.CLASS

CLASS: SASHELP.WEBEIS.WEBEIS.CLASS

Instance Variables

The following instance variables are used in many of the MDDB Report Viewer methods:
ACRDRL_
The list of drilldown values for the across variables.
ACRVARS_
The list of selected variables for the across dimension.
ALEVELS_
The list of drilldown levels for the across variables.
ANALLBLS_
The list of analysis variable long labels.
ANALLIST_
The list of analysis variables and computed columns.
ANALVARS_
The list of selected analysis variables.
ATOTAL_
A flag that indicates whether the across totals are turned on.
CLASS_
Contains the 3- or 4-level name of the WEBEIS subclass.
CSSURL_
Contains the URL for the style sheet.
CSSTURL_
Contains the URL for the toolbar frame style sheet.
DEBUG_
Contains the application server debug level.
DEFTITLE_
Contains the value of the default title specified by the user.
DIMLBLS_
The list of labels for the down and across dimensions.
DLEVELS_
The list of drilldown levels for the down variables.
DLSEP_
Contains the download-to-spreadsheet delimiter. The default value is a comma.
DMODEL_
The four-level name of the data model class.
DOWNDRL_
The list of drilldown values for the down variables.
DOWNL_
The down variables list from the application list.
DOWNVARS_
The list of selected variables for the down dimension.
DPTITLE_
A flag that indicates whether the drillpath title is to be displayed.
DTOTAL_
A flag that indicated whether the down totals are turned on.
EMDDBMID_
The identifier of the data model class instance.
EXPFLAG_
A flag that indicates whether the expands are displayed.
EXPLIST_
A list that contains sublists for each expand. The sublists are of the form VAR='VALUE'.
EXPVALS_
A list that contains the values of only the expanded rows.
EXPVAR_
The name of the expanded variable.
GRFHT_
Contains the value of the graph height option.
GRFSRC_
The graph source selected by the user, where 1 = a 3D clickable graph, and 2 = a standard GIF graph.
GRFWID_
Contains the value of the graph width option.
GRLOC_
The graph location selected by the user, where 1= Bottom, 2=Top, 3=Left, and 4=Right
GRPHTYPE_
The graph type selected by the user. Valid types include: BLOCK=Block chart, HBAR=Horizontal bar chart, PIE=Pie chart, PLOT=Plot, and VBAR= Vertical bar chart
GRPHVALS
A list that contains the date points for the 3D graph.
HIERL_
The list of metabase hierarchies.
HMODEL_
The four-level name of the HOLAP date model class. The default value is: SASTOOL._DMDDB.HOLAP_M.CLASS.
HTMLFILE_
The identifier of the output file for writing HTML.
IMGURL_
Contains the URL for the images.
MDDB_
The name of the selected mddb.
METABASE_
The name of the selected metabase.
ROTFLAG_
A flag that indicates whether the user selected the Rotate button, where 1=Rotate button was selected 2=Rotate button was not selected.
SHOWTAB_
A flag that indicates whether to display the table, where 1=Yes, 2=No.
STATDESC_
A list of all possible statistics labels.
STATLIST_
A list of the available statistics from the metabase.
STATVARS_
A list of the selected statistics.
SUBHT_
Indicates the number of rows to display in the filter list boxes.
SUBLOC_
The location of the filter list boxes, where 1=Right, 2=Left, 3=Top, 4=Bottom
SUBSET_BY_
The list of selected filter values.
SUBSET_FLAG_
Indicates whether fileter values have been selected, where 1=filters selected, 0=filters not selected.
SUBVARS_
The list of selected filter variables.
SUBWID_
Contains the maximum width (in characters) of the filter list boxes.
TBLOC_
The location of the filter tool bar, where 1=Top, 2=Bottom, 3=Left, 4=Right, 5=Don't display a tool bar.
USEHOLAP_
Indicates whether a HOLAP metabase registration is being used, where 1=HOLAP metabase registration is being used; 0=HOLAP metabase registration is not being used.
VMDOFF_
A flag that indicates whether metadata verification checking is to be done on the data model, where any non-blank character = turn off metadata checking; blank = perform metadata checking.

MDDB Report Viewer Methods

The MDDB Report Viewer class contains the methods listed below. Each method description contains a brief summary of the method's purpose and the syntax for the method. Some method descriptions also contain an example of how the method is used.
Contents MDDB Report Viewer, Version 1.2 Previous Next