<th>
(Meta information for one column)
The metadata for a single column in a table.
Attributes
Attribute | Value |
---|---|
name |
The name by which the column is referenced in formulas and query operations Note: This is generally not the same as the column's heading (see "Contents" below).
E.g.,
street . |
desc |
The description of the column |
format |
The display format for the data in the column Format specifications have the
same form as is used in the XML Macro Language in the Edit
Actions dialog of the 1010data web interface (e.g.,
|
type |
The type of data in the columntype must be one of:
|
index |
Whether or not the column is indexed. Valid values are 1 (indexed) or 0 (not indexed). |
fixed |
Indicates whether this is a fixed column or not. Valid values are 1 and
0. When Note: Fixed columns, when they exist in a table, are always visible and are
separated from the other columns by a vertical orange line.
|
total |
Indicates whether this is the result of a tabulation or not When
|
name
and type
must be present; format
is
optional.
Contents
The column heading that appears above the column when the table is displayed in the 1010data web interface. Lines in the heading are separated by " " (the newline character).
Example
<th name="date" type="i" format="type:date;width:8;dec:0" fixed="1">Date</th> <th name="t0" type="f" format="type:num;width:6;dec:2" fixed="0" total="1">Average Dry Bulb Temp (Celsius)</th>