...
Code Block |
---|
{cffield}.Matches("o1|o2|o3", "anyof") == translated to ==> {cffield}.Contains("|o1|") OR {cffield}.Contains("|o2|") OR {cffield}.Contains("|o3|") |
Labels count field
The labels count field returns the total labels assigned to an object such as a job or project.
It contains 2 properties:
- cnt: Total assigned labels.
- xp: Total explicitly set labels. This excludes labels that are configured to automatically show up on ALL objects with a default value.
The available query options are:
Filter for xp > 0 | This filter returns all objects that have at least one label that was explicitly assigned by a user.
| ||
Find for xp = 0 | This filter returns all objects with no label assigned by a user.
|
Label field
The available query options are:
Filter label options | Write like this:
You can also use the optional operator:
If a label is not shown by default, it can also have the "null" option:
| ||||||
Exclude label options | Write like this:
If a label is not shown by default, it can also have the "null" option:
|
Query tree
When running queries the results may include a JSON representation of your query.
...