TracCloudGuideListingsSymbols: Difference between revisions
From Redrock Wiki
(Created page with "{{TracCloudGuideTabs}} {{TracCloudGuideListingsTOC}} <big><b>Search Symbols</big></b><br> Search symbols can be used {| class="wikitable" |+ Alphanumeric |- ! <b>Symbol</b>...") |
No edit summary |
||
Line 33: | Line 33: | ||
|- | |- | ||
| ... || Range - (Dates only) || YYYY-MM-DD…YYYY-MM-DD | | ... || Range - (Dates only) || YYYY-MM-DD…YYYY-MM-DD | ||
|} | |} | ||
Line 43: | Line 39: | ||
Multiple statements can be used in sequence to find records that match more than one value at a time. The searches are simply separated by a space. The example below shows the process for searching for Major <b>and</b> class. | Multiple statements can be used in sequence to find records that match more than one value at a time. The searches are simply separated by a space. The example below shows the process for searching for Major <b>and</b> class. | ||
[[File:4725369.png| | [[File:4725369.png|600px]] | ||
<hr> | <hr> | ||
<big>Combining Multiple Symbols</big><br> | <big>Combining Multiple Symbols</big><br> | ||
Multiple symbols can be used at once as well. In the example below, we're searching for all students with a major that does not contain the phrase "Engineering." This would exclude students who have a major of Electrical Engineering, Chemical Engineering, Etc. | |||
[[File:5979775.png|600px]] | |||
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | {{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | ||
[[Category:rsc_internal]] | [[Category:rsc_internal]] |
Revision as of 11:58, 18 November 2021
Listings
Search Symbols
Search symbols can be used
Symbol | Description | Example |
---|---|---|
% | Wildcard / Search for fields that contain this value. | Students.First_Name=Jo% |
# | Not / Search for fields that don't match this value. | Students.First_Name=#John |
| | Or / Search for more than one value at a time. Only applies to Power Search. | Students.Major: Biology|Photography |
[null] | Search for a null value | #sql:In-State#=[null] |
Symbol | Description | Example |
---|---|---|
> | Greater Than | Duration=>90 |
< | Less Than | Duration=<90 |
<= | Equal to or Less Than | Duration=<=90 |
>= | Equal to or Greater Than | Duration=>=90 |
... | Range - (Dates only) | YYYY-MM-DD…YYYY-MM-DD |
Combining Multiple Searches
Multiple statements can be used in sequence to find records that match more than one value at a time. The searches are simply separated by a space. The example below shows the process for searching for Major and class.
Combining Multiple Symbols
Multiple symbols can be used at once as well. In the example below, we're searching for all students with a major that does not contain the phrase "Engineering." This would exclude students who have a major of Electrical Engineering, Chemical Engineering, Etc.