SIMS has the ability to use modifiers on search terms in the Filtering Panel to extend the typical filtering capabilities. See the SIMS User Guide for other instructional SIMS articles.
In this Article:
- Blank & Not Blank
- Relational Operators
- Suggest Results
- Wildcards for Dates & Numbers
- Wildcards for Strings
Filtering Text Values
Suggested Results
When typing a string into the Filter Panel, SIMS will begin to provide available results after the 4th character
![An example of the results from typing 4 characters in filter](/sites/default/files/styles/small/public/filtering_4_characters.png?itok=MmW7HaK2)
Wildcard Searches (%)
A % symbol can be used as a wildcard to replace any part of your filter string.
Example Searches to return "Bevis Hall (0307)"
- Bevis%
- %Hall (0307)
- %Hall%
- %307%
![An example of the results from using the % wildcard to filter results.](/sites/default/files/styles/small/public/filtering_wildcards.png?itok=06jNf2Km)
You can also use the % symbol to return possible string values as suggest results by typing four % symbols in a the field.
![An example of the suggested results you get by typing 4 % symbols in the filter field.](/sites/default/files/styles/small/public/filtering_4_wildcards.png?itok=CeGyC3Fm)
Range of Characters Wildcard Searches ([ ])
Placing characters in square brackets allow you to filter for a range of values. You can place a list of characters within the square brackets and the filter will cycle through each of the characters provided and use each in that location of the string.
Example Search to return "B-Departmental Research" and "C-Sponsored Research"
- [bc]%
![The results from using a square bracket and list of characters](/sites/default/files/styles/small/public/images/Filtering%20Square%20Bracket%20List.png?itok=qWvhIVzE)
You can also place a range of characters within the square brackets and the filter will cycle through each of the characters found in that range using the ASCII standard and uses each in that location of the string.
Example Search to return "A-Instruction and Instruction Support", "B-Departmental Research", and "C-Sponsored Research"
- [a-c]%
![The results from using a square bracket and range of characters](/sites/default/files/styles/small/public/images/Filtering%20Square%20Brackets%20List.png?itok=2Fe5kLS0)
The square brackets also allows you to filter by excluding characters. If include a carrot before your characters, this will result in excluding the characters instead of including only those characters. This can be used with either the range or the list version of the square bracket search.
Example Search to return in Functions L through X.
- [^a-k]%
![The results from using a square bracket and and not character](/sites/default/files/styles/small/public/images/Filtering%20Square%20Bracket%20Not.png?itok=SGOIbrqv)
Blank or Not Blank Values
You can use "IS NULL" or "NOT NULL" to return records determined by whether they have data in the filtered field.
![An example of using IS NULL and NOT NULL in a filter.](/sites/default/files/styles/small/public/filtering_null-not-null.png?itok=QwrUOBRX)
Filtering Date & Number Values
Relational Operators (< >)
When filtering number and date fields you can use the Greater Than & Less Than symbols to filter relationally.
Examples for < & > symbols for filtering numbers and dates
- "> 1000" will result in records with number values of greater than 1000
- "< 1000" will result in records with number values of less than 1000
- "> 1/1/2020" will result in records with date values after January 1, 2020
- "< 1/1/2020" will result in records with date values before January 1, 2020
![Examples of filters using relational operators](/sites/default/files/styles/small/public/filtering_relational.png?itok=SgjxbnAG)
Wildcard Searches (%)
A % symbol can be used as a wildcard to replace any part of your filter string.
Examples for % symbol for filtering numbers and dates
- "%/2020" will result in records with date values any time in 2020
- "01/%/2020" will result is records with date values on any date of January 2020
- "%/01/2020" will result in records with date values on the first day of any month in 2020
![An example of the results from using the % wildcard to filter dates](/sites/default/files/styles/small/public/filtering_wildcards_dates.png?itok=OeFTf5Ey)