Fields are the way all of your data is organized inside RLD.
Think of fields as the columns inside a spreadsheet, and the records inside your database as the rows.
Each row has a value for each column in the spreadsheet just like records have a value for each field inside RLD.
RLD One | Spreadsheets | Sql/Databases |
---|---|---|
Field | Column | Column |
Record | Row | Row/Record |
Times in RLD are in milliseconds and they are stored as the number of
milliseconds since January 1st, 1970 (the Linux Epoch). This makes them
agnostic of time zone.
Note: for forms/input apps this also makes them independent of the
time in which the form was opened so you can get a much larger amount of
info out of them.*
Position tracks a position on a position map as two numbers between 0 and 1.
The first number is the X position and the seconds number is the Y position.
This type is only generated by Input Forms and is only used by Position Map
graphs.
Location stores latitude and longitude.
Arrays are lists of a specific field type. In the RLD wiki we denote these using [ ],
and in the RLD One Platform we denote these using bars above and below the data type:
EX Number Array:
EX Text Array:
EX Time Array