Previous Topic: Syntax for cr Object

Next Topic: Label

WHERE Clause

The following example demonstrates a value you can code in a WHERE clause:

assignee.location=@cnt.location AND active=1

Given the Stored Queries type is a Request, this query selects all active requests where the assignee’s location is the same as the location of the logged‑in user.