_OUTPUT_ANAL_SELECT_ Method

Outputs the <SELECT> tag and OPTIONS for the Analysis variable list box

Syntax

CALL SEND(OBJID,'_OUTPUT_ANAL_SELECT_',tblflag,selvar);

Required Arguments

tblflag
a flag that indicates whether the list is in a table, where 1=the output is in the table and 0=the output is not in the table.
Type:Character
selvar
the analysis variable to mark SELECTED.
Type:Character

Example

The following output is produced:
<DIV CLASS="analysis">
><SELECT NAME="A" MULTIPLE SIZE=3>
<OPTION SELECTED VALUE=ACTUAL>Actual Sales
<OPTION VALUE=DIFF>Sales Lag
<OPTION VALUE=PREDICT>Predicted Sales
<OPTION VALUE=SALESRAT>Sales Ratio
</SELECT>
</DIV>