Variable types are used when exporting and importing to XML or JSON and during filtering.
Machine name | Name | Note | Example |
string | String | Encoding is Unicode. Any character can therefore be used. | šílený koníček |
integer | Integer | Must not contain spaces. This is a signed 4-byte integer; however, the range may be limited (see the field overview for the given agenda). |
|
numeric | Decimal number | Must not contain spaces; the decimal separator is a period. This is an 8-byte double; however, the range may be limited (see the field overview for the given agenda). |
|
date | Date | Date in the format
|
|
datetime | Date + time | Date and time in the format
|
|
logic | Boolean value | boolean |
|
select | Single-value selection | Selection of one value from a set. It is represented as a string. |
|
relation | Data relationship | The input is a record from another agenda (overview of identifier types). |
|
