SoftadminUtil.Bit_AnyTrue

Not available in Cloud edition.
Type: Aggregate function

Takes an array of bits and returns true if at least one of those bits are true.

If all bits are false, then false is returned.

If no bit is true and least one of them is null, then null is returned.

If the array is empty, then false is returned.