What Are Fields?

What are Fields

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

Field Types

Number

Text

Time

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

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

Location stores latitude and longitude.

Arrays

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:
RLD One array field