If (PQL)

Evaluates a logical expression, returning the one result if true, or another if false. 

  • Returned Output: Variant
  • Library: PQL \ Granular \ Logical
  • Version: 2023.00.000
  • Compatibility: Pyramid Query Language (PQL) data sources

Syntax

If( <Criteria> , <TRUE> , <FALSE> )

* Click on the function's arguments above for more details on the input values.

Comments