When you choose an item from the Search & Reports menu the Query Frame will display a form that allows you to specify the criteria you want to use for executing a search. There are two types of Query Frames:
Example Display
Example Display
The query frame consists of one or more "search rows". You control the number of rows by clicking the More or Fewer buttons to add or remove a row. Each search (that you choose from Search & Reports) has a default setting in its corresponding query frame; the Reset button resets this default setting. Use the Submit Query button to execute your search.
Each "search for" row consists of:
| Operator | Meaning | Example |
|---|---|---|
| = | Equals | Last Name = smith Finds all NERSC Users with a last name of Smith. |
| contains | Contains | Username contains
ot Finds all NERSC Usernames that contain the substring "ot" |
| > | Greater Than | First Name > Ri Finds all NERSC Users with a first name that is after "Ri" in alphabetical order. The search is case insensitive; numerals precede letters. |
| < | Less Than | First Name < Ri Finds all NERSC Users with a first name that is before "Ri" in alphabetical order. The search is case insensitive; numerals precede letters. |
| >= | Greater Than or Equal To | See Greater Than |
| <= | Less Than or Equal To | See Less Than |
| <> | Is not | First Name <> Barry Finds all NERSC Users whose first name is not "Barry" |
"Complex" query frames also have a Sums only? click-box used to indicate that you wish to see only the summary rows for the search items which have Subt? selected.
After you click Submit Query the results of your query will appear in the bottom Result Frame. See Sorting and Formatting Lists for information on how to change the appearance of your output.