Boolean Operators
☞ Click on Image to see full size image
Context: Workflow, Dashboard Widget, Computed field, Report
Pieces include
Lesser than & Lesser than or Equal to
Greater than & Greater than or Equal to
Equal to & Not Equal to
In the example shown, we check if the Custom field (Vitals - Systolic BP) collected via Question piece earlier is lesser than 100 and if TRUE, show the relevant message. You can use all the above listed pieces similarly.
Context: Workflow, Dashboard Widget, Computed field, Report
These 2 operators are used whenever you want to check if a single entity is there (or not there in case of Not in piece) in the corresponding list containing same type of entities. For example, Member in Members list; Text in a Text list etc. 2 pieces are:
In - Test if MyLocation is in the List of locations assigned to user
Not In - Test if MyLocation is in the List of locations assigned to user
Context: Workflow, Dashboard Widget, Computed field, Report
These 2 operators are used to transform the value type from variable to boolean and boolean back to variable.
For e.g. you want to check if a custom field contains some value, you can convert it to boolean and it returns a TRUE value. Which means, it is defined. Similarly, say a boolean variable has been set to TRUE. When you convert it to Variable, it is set to a value, Yes.