Filter
Using a filter, you can display only rows in a table that meet a certain criterion. You can find the commands to work with the filter in the local table menu and also in the local header menu.
Desktop applications
In the AM Console desktop application, the filter is controlled in a different way than in the web browser (Alvao WebApp). When the filter is enabled, the filter parameters are displayed in a row below the table header.
Filter is turned on and off with the Filter command in the local menu in the table header.
Filter by Selection
This command is useful when the table contains too many rows and we are only interested in a few. In that case, you can right-click on a specific cell and select Filter by Selection from the menu. This will turn on a filter in the table that will show only the rows with the selected value. If you want to filter by multiple values, first select the rows with those values in the table and then use Filter by Selection in that column.
For example, on the Scan tab in main window, a long list of different scans can be displayed. If we are only interested in software scans, i.e. rows that have a value of "software" in the Kind column, we just need to find one row in the table with a software scan, right-click on the value in the Kind column and select Filter by Selection from the menu. This will turn on the filter in the table, which will only pass rows that have a value selected in the Kind column.
The Filter by Selection command can only be placed in the Table submenu.
Filter out of selection
This command is used similarly to the Filter by selection. The difference is that rows that have a value selected in the column are filtered out, and all others are passed through. Also, you can use this command for multiple selected table rows at once.
Advanced filter
If the filter is enabled, you can manually change its settings in the row below the header. If you enter text in a column, only the rows whose value in that column contains the specified text will be displayed in the table. When comparing values, diacritics are ignored. The asterisk represents any number of arbitrary characters, so if you enter, for example, "ar", the filter will only pass values that contain the substring "ar". Entering "*ar*" would have the same result, because the asterisk is added automatically at the beginning and end. Another option is to enter a boolean expression into the filter, such as:
"*ar*" or "*unk*"
Searched parts of the text must be enclosed in quotation marks. The following logical operators may be used in the expression:
- and
- or
- not
The keywords listed in the following table can only be used in column filters with Yes/No (boolean) values:
Keyword |
---|
yes / yes |
no / no |
For columns of type text, number and date and time it is possible to use mathematical operators em> ">" (greater), "<" (less), ">=" (greater than or equal to), "<=" (less than or equal to), "!,Not,<>,!=" (negation, not, not equal to), "=,==" (equal to). The alphanumeric order of the texts is assumed when comparing them.