IsEmptyQuery (PQL)

Returns true if the query has no results.

  • Returned Output: Boolean
  • Library: PQL \ Dynamic \ Grid
  • Version: 2018.00.000
  • Compatibility: Any content (regardless of data source) in the relevant parts of the application

Syntax

IsEmptyQuery()
Comments
  • The function takes no arguments.

Examples

This example returns true if the underlying query has no results in it.

IsEmptyQuery()