MDDB Report Viewer 9.2 |
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. |
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>
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.