HTML Layout Pages and Page Templates
|
Attribute |
Required |
Description |
||||
|
Name |
Yes |
The name of this tag. This name must be unique within the file and cannot contain spaces. |
||||
|
Type |
Yes |
The type of information to display. The following two types are supported:
|
<table>
<tr>
<td>Sales Quotes
Sent</td>
<td<GEN:TableStatistic Name=”QuotesSent” Type=”Count”/></td>
</tr>
<tr>
<td>Dollar Value of
Quotes Outstanding</td>
<td<GEN:TableStatistic Name=”QuotesValue” Type=”Sum”/></td>
</tr>
</table>