website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by archbee 
website logo

|| (or)

A logic operator used to evaluate the truthiness of at least one expression in a sequence of expressions.

Syntax

booleanExpression || booleanExpression || ...

Sample usage

directs>0 || department:engineering returns all records with directs greater than zero or where department is engineering.

See also

  • && (and)
  • = (equals)
  • > (greater-than)



Updated 03 May 2023
Did this page help you?
Yes
No
PREVIOUS
&& (and)
NEXT
? (ternary)
Docs powered by archbee 
TABLE OF CONTENTS
Syntax
Sample usage
See also