TracCloud: Search Symbols

From Redrock Wiki

Revision as of 20:05, 12 June 2026 by Redrock (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Search Symbols

Search symbols can be utilized to specify how you want to search for data in TracCloud. Whether that be all "MAT%" registrations, or students of all Majors except for "#Mathematics", these symbols help to narrow down your search.

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 separated by a space and the keyword should be quote protected. The example below shows the process for searching for Major and class.

Combining Multiple Symbols

Multiple symbols can be used at once as well. The example below shows a search 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.

Alphanumeric
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
&& And / Combine multiple searches at once. Only applies to Reports. Major: #Mathematics&&#Biology
[null] Search for a null value #sql:In-State#=[null]
blankornull Search for a blank OR null value, only applies to Power Search. Student.Major: blankornull
Numeric
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
... Date range, used without specifying a field. 2021-01-012021-12-31
Special/Twig
Option Description Example
{{GetDatePlusDays(0)}} Add or subtract days from the current date. Visits.TimeIn=>"{{GetDatePlusDays(-20)}}"