Contents MDDB Report Viewer Methods Previous Next
 

_GET_ANALYSIS_VARS_ Method

Returns the available analysis variables from the metabase and builds the labels list. This method:

  • Calls the Metabase _GET_VARIABLES_ method.

  • Builds the list of analysis variable labels identified by the anallbls_ instance variable.

Syntax

 CALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
Where... Is Type... And Contains...
metabase-id N The metabase ID number.

Example

The following is an example of the output produced by this method:
anallbls_=( 'Predicted Sales'
            'Actual Sales'
           )[563]


Contents MDDB Report Viewer Methods Previous Next