Table View Filters
- Updated2025-10-09
- 2 minute(s) read
Table view filters enable you to visualize items in document tables based on specified values. The filter inputs appear at the top of each section within the document you want to filter. Enter a search term in the filter to display rows that contain that term.
Column-based Filters
columnName:CellValueA;CellValueB;CellValueC
pingroups:pingroupA;pingroupB
"termination mode":vterm
function:ppmu
Quotation Marks
To filter using terms containing spaces, colons, or semicolons, use quotation marks. Refer to the following examples to see how to use quotation marks in your search strings:
"termination mode":"High Z"
"abc:def"
"pin groups":pingroupA
Operators
- NOT—Use the NOT operator before a keyword to invert the truth condition for it. For example, the following string hides all rows with disabled sites: NOT site:disabled
- OR—Use the OR operator to match any member of a group of search keywords. For example, the following string shows all rows that contain both vterm and digital, or ppmu and voltage: vterm digital OR ppmu voltage.
Combining Filters
To narrow your results, use a combination of filter types. Use a search string delimited by spaces to specify multiple search terms. For example, the following search string will show all pins in the mygroup pin group that are not on disabled sites and have termination mode set to vterm: NOT site:disabled pingroups:mygroup terminationmode:vterm
Related Information
- System View
Use System View to edit settings and measurements for pins and relays. This applies to an active pin and an active channel map connected to a digital pattern instrument, NI-DCPower instrument, or relay driver module.
- Register Maps
Use Digital Pattern Editor to view, create, modify, and save register map files (.digireg).