space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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);
Where... Is Type... And Contains...
tblflag C 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.
selvar C the analysis variable to mark SELECTED.

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>



Previous Page | Next Page | Top of Page