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

Syntax

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

Example

The following output is produced:

anallbls_=( 'Predicted Sales'
            'Actual Sales'
           )[563]


Contents MDDB Report Viewer Methods Previous Next