Case (PQL)

This logical function evaluates a list of logical expressions, returning the a result that matches the first true expression via the pairs of arguments. 

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

Syntax

Case( <Criteria> , <Result> , OPTIONAL <Criteria N> , OPTIONAL <Result N> , OPTIONAL <Default> )

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

Comments