ListContainsAll (PQL)

Returns true if ALL items in the second list are contained in the first list

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

Syntax

ListContainsAll( <List> , <List> )

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

Comments