Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Analytics and Notifications for PI System Explorer (PI Server 2024 R2)

AND

  • Last UpdatedJan 11, 2023
  • 1 minute read

The logical conjunction of two expressions that returns True if both expressions are true and False otherwise.

Syntax

expression1 AND expression2

Arguments

  • expression1, expression2

    Any expression that evaluates to true or false

Returns

True if both expressions are true (non-zero) and False (zero) otherwise

Exceptions

None

Notes

If the inputs are numeric, AND can do bitwise operations.

Example

  • ('att1' > 50) AND ('att2' = "good")

In This Topic
TitleResults for “How to create a CRG?”Also Available in