...
Name | Type | Required | Default | Description |
---|---|---|---|---|
column | string | yes | The name of the column within the table that this parameter references (can be an sql function also) | |
type | 'string', 'numeric', 'date' or 'url' | no | 'string' | An indicator of how the data should be displayed on the client |
name | string | no | lowercase value of column | A unique identifier for the parameter |
label | string | no | "pretty" value of column | A user displayable label for the column |
text | string | no | Only when type is 'url'. Specifies text to be displayed to the user instead of the actual url contents | |
textcolumn | string | no | Only when type is 'url'. Specifies the column that contains text to be displayed to the user instead of the actual url contents | |
format | string | no | "date", "time" or "datetime" | When the type attribute is date this value can force the value to be formatted as as specific date type. |
Sub-tags
Name | Type | Cardinality |
---|---|---|
from | 0..n | |
where | 0..n |
...