Finding ranges of information
A range of information differs according to the data type:
- Numbers: least to greatest
- Dates, times, and timestamps: earliest to latest
- Text: first to last word, based on the index order of words (not the sort order). A word can be a single character; for example, a find on a field for
<M
would return every record that contains a word less than M in the field’s index order.
To find ranges of information:
- Start a find request.
- Click Perform Find in the status toolbar.
To find values that are |
Use this operator |
Examples |
Less than a specified value |
< |
|
Less than or equal to a specified value |
<= or ≤ |
|
Greater than a specified value |
> |
|
Greater than or equal to a specified value |
>= or ≥ |
|
Within the range you specify |
.. or ... |
|
Within the sub-range you specify |
{..} or {...} |
|
Based only on certain date or time components such as month, year, or minutes (see more examples below) |
* or type nothing for each component you don’t want to specify |
|
Notes
- When searching for ranges of information in date, time, and timestamp fields, you don’t have to specify all date or time components. For example, you can type
5/2019
instead of5/1/2019...5/31/2019
to find all dates in May 2019. - You can combine operators to simplify range searches. For example, type
*/{10..15}/2019
to search for all dates in 2019, but only for days from the 10th through the 15th. - For information on writing scripts to find a range of dates, search the Knowledge Base.
- Refer to the following tables for examples of different ways to search for dates, times, and timestamps.
To find dates |
Type this in the field |
In June 2019 |
|
From July 2019 through October 2020 |
|
That occur on a Friday |
|
From the 10th through the 16th of October or November 2019 |
|
That occur on March 1st between 1868 and 1912 in the Japanese Emperor Year era of Meiji |
|
That occur on December 31st between 1930 and 1940 in the Japanese Emperor Year era of Showa |
|
To find times |
Type this in the field |
In the 3 o’clock hour, not including 4:00 PM |
|
Between 8:00 AM and 8:59:59 PM |
|
In the morning |
|
Any of the times 4:30, 5:30, and 6:30 PM |
|
To find timestamps |
Type this in the field |
In the 3 o’clock hour today |
|
In the 7 o’clock hour in May 2019 |
|
That occur on a Monday in 2020 |
|
From the 10th through the 16th of November 2020 and from 3:00 PM to less than 6:00 PM |
|