Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Filtering Tables - The table filter is a row of editable fields at the top of the table.  Click the filter icon if the filter is not visible.

...

Operators for searching - An operator is used to specify the type of information that you are searching for. You can only use operators in fields that have a search type of text, such as Description fields.

OperatorUse
<Find values that are less than the value that is in the field. For example, <3 returns records with values that are less than 3, such as 2 or 1. You cannot use the less than symbol (<) for fields that have string values.
>Find values that are greater than the value that is in the field. For example, >3 finds records with values that are greater than 3, such as 4, 5, or 6. You cannot use the greater than symbol (<) for fields that have string values.
!=Find all values except for the value that is in the field. For example, !=7 returns records with values such as 4, 5, 6, and 8. You cannot use the not equal operator (!=) for fields that have date values.
>=Find values that are greater than or equal to the value that is in the field. For example, >=7 returns records with values such as 7, 8, and 9. You cannot use the greater than or equal to symbol (>=) operator for fields that have string values.
<=Find values that are less than or equal to the value that is in the field. For example, <=3 returns records with values such as 3, 2, or 1. You cannot use the less than or equal to symbol (<=) for fields that have string values.
~null~

Find records that do not include a value in a specific field. When using the List tab, the Advanced Search action, or the More Search Fields dialog box to search for records that contain null values, use the following syntax:

  • To search for records that contain a null value for a field, enter ~null~
  • To search for records that do not contain a null value for a field, enter !=~null~

You cannot use the ~null~ or !=~null~ operator in fields that have date values.

=Find records that are an exact match to your query. For example, filtering records with a status of APPR also returns records that have a status of WAPPR unless you type =APPR in the status field. If you are searching for a set of exact values, separate the values with commas. For example, filtering records with priorities =1, =2, and =3 returns records that have a 1, 2, or 3 priority.


Advanced Search

  • Click on the 3 vertical dots at the top of the page to go the quick search menu

Image of Advanced SearchImage Added


  • Click on the link for more search fields

Image of More Search Fields MenuImage Added


  • The search fields available will be dependent on the application where you are searching

Example of Syracuse Work Order Search:

Image of Syracuse Work Order Search Fields page 1Image Added

Image of Syracuse Work Order More Search Fields page 2Image Added

Image of Syracuse Work Order More Search Fields page 3Image Added

Image of Syracuse Work Order More Search Fields page 4Image Added