Skip to content

Commit

Permalink
[Backport 12.4] add part 3 for comma separated list (#793)
Browse files Browse the repository at this point in the history
* add part 3 for comma separated list

* Update DisplayCond.rst

---------

Co-authored-by: Franz Holzinger <[email protected]>
Co-authored-by: Lina Wolf <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2023
1 parent e609b32 commit 9a7df94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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,6 +59,8 @@ 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 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 9a7df94

Please sign in to comment.