space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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]

Previous Page | Next Page | Top of Page