Difference between revisions of "Logical Expressions"
From Keyfax Wiki
(Created page with "{| class="wikitable" |+ Logical Expressions !Expression !Databox Value !Result !Comments |- |If("Yes", "No") |true / True / TRUE |Yes |Error if not true/false |- |Exists |"any...") |
|||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |+ Logical Expressions | + | |+ style="text-align:left;" | Logical Expressions |
!Expression | !Expression | ||
!Databox Value | !Databox Value |
Latest revision as of 12:25, 28 February 2018
Expression | Databox Value | Result | Comments |
---|---|---|---|
If("Yes", "No") | true / True / TRUE | Yes | Error if not true/false |
Exists | "any text" | True | False only returned for empty string |