_GET_ANALYSIS_VARS_ Method
Returns the available analysis variables from the
metabase and builds the labels list
Syntax
CALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
Required Argument
- metabase-id
-
the metabase ID number.
Details
This method
-
calls the Metabase _GET_VARIABLES_
method
-
builds the list of analysis variable
labels that is identified by the ANALLBLS_ instance variable.
Example
The following
output is produced:
anallbls_=( 'Predicted Sales'
'Actual Sales'
)[563]