space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_STAT_BOXES_ Method

Outputs the Select Column and the Available and Selected list boxes for selecting statistics per analysis variable

Syntax

 CALL SEND(OBJID,'_OUTPUT_STAT_BOXES_');

Example

The following output is produced:

<TH ROWSPAN=2 CLASS=laylabel>
Statistics</TH>
<TD CLASS=label>
Select Column
<DIV CLASS="stats">
<SELECT NAME="sa" CLASS="sselect" MULTIPLE SIZE="5" ALIGN="left"onChange="change(document.mf.sa); updatestatslist(document.mf.sa); ">
<OPTION VALUE=ACTUAL>Actual Sales</OPTION>
</SELECT>
</DIV>
</TD>
<TD CLASS=label>
Available
<DIV CLASS="stats">
<SELECT NAME="as" CLASS="sselect" MULTIPLE SIZE="5" ALIGN="left" onChange="change(document.mf.as);"></SELECT>
</DIV>
</TD>
<TD ALIGN=CENTER CLASS=arrows>
<A href="../mddbapp.hlp/" onClick="moveall(document.mf.as,document.mf.s); 
remstatanal(document.mf.as); return true"><
IMG SRC="http://localhost/images/double_right_02g.gif" width="20" height="24" 
alt="Add all" BORDER=0><BR>
<A href="../mddbapp.hlp/" onClick="movesel(document.mf.as,document.mf.s); 
return true"><IMG SRC="http://localhost/images/right_02g.gif" 
width="20" height="24" alt="Add selected" BORDER=0><BR>
<A href="../mddbapp.hlp/" onClick="movesel(document.mf.s,document.mf.as); 
return true"><IMG SRC="http://localhost/images/left_02g.gif" 
width="20" height="24" alt="Remove selected" BORDER=0><BR>
<A href="../mddbapp.hlp/" onClick="moveall(document.mf.s,document.mf.as); remstatanal(document.mf.s);
"><IMG SRC="http://localhost/images/double_left_02g.gif" 
width="20" height="24" alt="Remove all" BORDER=0><BR>
</TD>
<TD CLASS=label>
Selected<DIV CLASS="stats">
<select NAME="s" CLASS="sselect" MULTIPLE SIZE="5" align="left" onChange="change(document.mf.s);">
</SELECT></DIV>
</TD>

Previous Page | Next Page | Top of Page