Skip Navigation LinksALVAO 10.1ALVAO Asset ManagementWorking with TablesFilter Skip Navigation Links. Skip Navigation Links Skip Navigation Links.


Filter

You can use the filter to display only those rows in the table which comply with certain criteria. The commands for the filter are grouped in the table context menu and in the header context menu.

If the filter is enabled, the filter parameters are displayed in the row below the table header.

Table Filter

You can enable and disable the filter with the - Filter command in the table header context menu.

Filter By Selection

This command is convenient, if your table contains too many rows and you are only interested in some of them. Some tables (tabs) can contain item lists of considerable length. You can right-click on an item and select Filter By Selection from the context menu. This will enable a filter in the table which will only display the rows containing the selected value.

For example, the Detection tab in the Main Window main contain a long list of various detections. If you are only interested in software detections, i.e. the rows with the "software" value in their "Kind" columns, you can find a single software detection row, right-click on the value in the "Kind" column and select - Filter By Selection in the context menu. This will enable a filter which will filter out all entries that do not contain the value selected in the "Kind" column.

Note:

The command Filter By Selection can be located in the Table submenu.

Filter Excluding Selection command

This command is used in a way that is similar to the Filter By Selection command. The difference between these two filters is that this one will filter out all rows containing the selected value. All other rows will be displayed.

Advanced filter

If a filter is enabled, you can adjust its settings manually in the row below the header. If you enter some text into any column, the table will only display those rows, whose value in its respective column contains the text string you have entered. Diacritic marks are ignored.
The asterisk character replaces any number of any characters. For example, if you type "ar", the filter will only display values that contain the "ar" sub-chain. Entering "*ar*" would give you the same result, because the asterisk is attached to the beginning and to the end of each text string automatically.
You can also use the row below the header to enter a Boolean expression, e.g:

"*ar*" or "*unk*"

The parts of the text that you are searching for must be enclosed in inverted commas. The expression can use the following operators:

  • and
  • or
  • not

The keywords provided in the table below can only be used in filters for columns with Yes/No (Boolean) values:
Keyword
yes
no

For text, number, and date and time type columns you can use mathematical operators ">" (greater than), "<" (less than), ">=" (greater than or equal to), "<=" (less than or equal to), "!,Not,<>,!=" (negation, not, not equal to), "=,==" (equal to). Alphanumerical order is used for text comparisons.

Filter for Column Type "Date and Time"

If the column is the "date and time" type, the following filter string forms are supported:

  • @now – displays all records from the current day and time with 1-hour tolerance.
  • @today – only displays records from the current day.
  • *.M.YYYY – displays records for month M and year YYYY
  • *.*.YYYY – displays records for year YYYY
  • D.M.YYYY – displays records for a specific day D.M.YYYY
  • D.M.YYYY H – displays records for a specific day D.M.YYYY and hour H
  • D.M.YYYY H:M – displays records for a specific day D.M.YYYY, hour H and minute M
  • operators:
    Operator Description Example of use
    <, >, <=, >= less than, greater than, less than or equal to, greater than or equal to >15.4.2013
    =, == equal to =15.4.2013
    !=, <> not equal to <>15.4.2013
    Not, ! negation (same meaning as not equal to) Not 15.4.2013
    and, or logical multiply and logical sum =15.4.2013 or =16.4.2014
Note:

  • Dates can use the following formats to specify dates in your filter: D.M.YYYY, M/D/YYYY, and YYYY-M-D. Date separators can be followed by a space, months can be specified as single-digit or double-digit numbers, years need to be specified as four-digit numbers.
  • If the AND or OR operators are used, a mathematical comparison operator (such as =) is required.
  • An integer value representing the number of hours can be added to / subtracted from the @now variable. The resulting time is calculated regardless of operating hours, weekends, and holidays. Example: @now+10 means in 10 hours.
  • An integer value representing the number of days can be added to / subtracted from the @today variable. The resulting date is calculated as a calendar date, regardless of operating hours, weekends, and holidays. Example: @today-1 means yesterday.

Examples

  1. Data from the current day:
    @today
  2. Data from the last 30 days:
    >= (@today – 30)
  3. Data from the following day:
    = (@today + 1)
  4. Data from the following 3 days:
    (> @today) AND (<= (@today + 3))
  5. Data from the following 5 hours starting from now:
    (> @now) AND (<= (@now + 5))
  6. Data from April 14, 2017:
    14.4.2017
  7. Data from October 24, 2017, 3 p.m.:
    24.10.2017 15
  8. Data from March 2017:
    *.3.2017
  9. Data from 2016:
    *.*.2016
  10. Data from the period between January and May 2018:
    >=1.1.2018 and <1.6.2018
  11. Data from October 5 and 6, 2017:
    =5.10.2017 or =6.10.2017

@me variable

@me variable represents the name of the user who is currently logged in. You can use it for filtering out the records related to the user who is currently logged in.

This variable is available in ALVAO Service Desk:
  • Requests – in the Requester and Solver columns
  • Log – in the From, To, Created by, Solver, Requester columns
  • The Request log table (bottom left) – in the From, To, Created by columns

 

Did not find what you were looking for? Ask our technical support team.