March 2017
Beginner
358 pages
9h 51m
English
For this example, let's build a query that will only show records like this:
Incidents assigned to me that are not closed or cancelled, sorted by when they were last updated (oldest first).
First, let's break this down into components:
You should be looking at two drop-down fields and one string input field, arranged in a row, like this:

Just like in math and programming, these three fields each represent a component of a condition criteria that looks something like <Field> <Operator> <Value>.
Read now
Unlock full access