|
MDDB Report Viewer Methods |
|
_GET_ANALYSIS_VARS_ MethodReturns the available analysis variables from the metabase and builds the labels list. This method:
SyntaxCALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
ExampleThe following is an example of the output produced by this method:
anallbls_=( 'Predicted Sales'
'Actual Sales'
)[563]
|
||||||||
|
MDDB Report Viewer Methods |
|