MDDB Report Viewer Methods |
This method
calls the Metabase _GET_VARIABLES_ method
builds the list of analysis variable labels that is identified by the ANALLBLS_ instance variable.
CALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
Where... | Is Type... | And Contains... |
---|---|---|
metabase-id | N | the metabase ID number. |
The following output is produced:
anallbls_=( 'Predicted Sales' 'Actual Sales' )[563]
MDDB Report Viewer Methods |