Skip to main content

Data Types

The following table lists the data types used in the SimplyWork platform.

TypeExampleDescription
Integer1, 17, 5678Whole numbers with no fractional component
Float1.23, 10.50, 100.00Decimal numbers with a fractional component
Boolean1 (true), 0 (false)True or False; at a lower level the true/false are stored as 1/0
ListFirst item
Second item
Third item
A list of string/text values
Date2022-03-28A date (formatting available using Masks)
Time14:02A time (formatting available using Masks)
Datetime2022-03-28 14:02A date and time combined
StringThe name of somethingText, generally of any length
Lookup-> DepartmentLink to a row in another table
Child[{..}, {..}, ..]Used with tables and forms to create child stores, where by a row/entry in the child store is then composed of a list of field with any of the above field types
Child Item{..}An embedded record within a parent record, such as address or geo
TextMemo..A longer version of String, usually a note or memo format
ColorcomponentColor field with an associated selector
SignaturecomponentComponent to capture signatures from a user
Address132 W Wisonsin Ave, Neenah, WI 54956Child component that accepts an address and geocodes into its components
ImagecomponentContainer to hold uploaded images
Timestamp2023-11-07 07:45:12Read-only field that captures the current system time
AuthorMick MouseRead-only field that captures the current user
Location{..}
lat
lng
Number
Street
City
State
State
Country
Zipcode
FullAddress
Read-only Child Item field that captures the current geo information of the user (generally only available on mobile devices)
Comment[{..}, {..}, ..]
Time
Employee
Comment
Pre-built Child field containing a list of comment entries
Rich TextMemo..with StyleLike a Text field but with formatting, color and other document features
Event{..}
Title
AllDay
StartTime
StopTime

Description
Child field containing the attributes necessary for calendar-type apps