Template Field Support for SQLite in All On Mobile v4

FieldSQL FunctionVisibility & ValidationComment
Text box
  • One literal (text) or an SQLite Select statements.
  • Select statement returning:
    • one row of data
    • with one column
  • Cannot mix literals (text) and SQLite statements.
  • 1 = True (make the field visible)
  • 0 = False (hide the field)
  • In the event of an error = use the default (returns a single value)

Field be considered valid?

  • 1 = Valid
  • 0 = Invalid
  • Error = Valid

DividerThe Divider field does not support SQLite functions.As for Text box
CheckboxSingle SQL select, returning distinct multiple rows of data of a single column (each row treated as an option)
Comma separated literals (1,2,3,4…)

Selected Default, not tied but support the same function as above.
As for text boxNo enforced limit but user is responsible for limiting data
Checkbox field data cannot be used in SQL statements at this time
Cannot self reference within Checkbox
DropdownSingle SQL select, returning distinct multiple rows of data of a single column (each row treated as an option)
Comma separated literals (1,2,3,4…)

Selected Default, Single SQL select, returning single row of data of a single column (each row treated as an option)
As for text box
RadioSingle SQL select, returning distinct multiple rows of data of a single column (each row treated as an option)
Comma separated literals (1,2,3,4…)

Selected Default, Single SQL select, returning single row of data of a single column (each row treated as an option)
As for text box
DateNo SQL Visibility only as for text box

Add to "Details". If you use this value in a SQL statement t will be returned in the yyyy-MM-DD in a string

See new Date/Time field in v4.2.1.

TimeNo SQL Visibility only as for text box

Add to "Details". If you use this value in a SQL statement t will be returned in the HH:mm:ss in a string

See new Date/Time field in v4.2.1.

SignatureNo SQL Visibility only as for text boxSignature fields cannot be used in another SQL statement, including self referencing
Submit ButtonNo SQL
No SQL
Page BreakNo SQL N/A
Page ButtonNo SQL As for text boxNo value so not useable in SQL
Photo/VideoNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
Decorated ImageNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
Freehand drawingNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
Work locationNo SQL Visibility only as for text boxCan be referenced in other SQL Statements
Current PositionNo SQL Visibility only as for text boxCan be referenced in other SQL Statements
Google MapsNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
TomTomNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
WazeNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
AttachmentNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
PrintNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
BarcodeNo SQL Visibility only as for text box
Should do validation, 4.5
Can be referenced in other SQL statements
Hyperlink ButtonNo SQL Visibility only as for text boxCannot be referenced in other SQL statements
Action ButtonsNo SQL 
Values cannot be referenced.