Login    Sites MenuBlueStep

BlueStep Platform Support

RelateScript
Outline full outline 
Overview 
Data Types 
Operators 
Statements 
Functions 
Working with Relate Data 
Field Data 
Text Fields 
Memo Fields 
Date/Time Fields 
Number Fields 
Boolean Fields 
Single Select Fields 
Multiple Select Fields 
Signature Fields 
Document Fields 
Relationship Fields 
Biometric Fields 
Password Fields 
Accessing Forms and Fields 
Special Data and Functions 
How Formulas Work 
Related Topics 

Boolean fields are represented in Relate Script as Boolean values. They function and display in Relate Script as in other mathematical and computer languages.  It should be noted that they are actually a tri-state boolean value, namely they may hold a value of true, false, or null.  Null is the absence of value, or an unknown value.  However, in most cases throughout Relate, null is treated the same as false.