Skip to content

Commit

Permalink
Update DisplayCond.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Sep 29, 2023
1 parent 2432c92 commit eacbde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Columns/Properties/DisplayCond.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FlexForm values.

REQ
Requires the field to have a "true" value. False values are "" (blank string) and 0 (zero).
Everything else is true. For the REQ evaluation type Part3 of the rules string must be the string "true"
Everything else is true. For the REQ evaluation type Part 3 of the rules string must be the string "true"
or "false". If "true" then the rule returns "true" if the evaluation is true. If "false" then the rule
returns "true" if the evaluation is false.

Expand All @@ -59,7 +59,7 @@ FlexForm values.
Evaluates if the bit specified by the value in "Part 3" is set in the field's value
(considered as an integer)

- Part 3 is the comma separated list of string or numeric values
- Part 3 is a comma separated list of string or numeric values

REC:NEW
This can be used to test whether the current record is new or not.
Expand Down

0 comments on commit eacbde9

Please sign in to comment.