Filtering Runtime Data in the Summary View
- Updated2026-06-19
- 3 minute(s) read
Filtering Runtime Data in the Summary View
Filter the data you see in the Summary tab of the Runtime Data Viewer.
The Summary tab provides two options for filtering displayed data: the Filter Options panel and the Filter bar at the top of the tab. The Filter bar refines results as you type. The Filter Options panel applies values when you click <Enter> or exit the field.
Both filtering options are synchronized. Filtering configurations applied in the Filter Options panel immediately populate in the Filter bar. Conversely, filtering configurations applied in the Filter bar immediately populate the corresponding filters in the Filter Options panel.
Using the Filter Options Panel
Click the Filter Options
button
to open the panel. Refer to the following table for Filter
Options configuration information.
| Filter Option | Description |
|---|---|
| Max Parts to Show | Controls how many of the most recent part columns display. Runtime Data Viewer applies this setting after all other filter configurations. Reducing this number improves rendering performance when testing many parts. |
| Part Status Filter | Shows only parts that match one or more of the following
statuses:
|
| Alarm Filter |
Show only rows or columns that contain alarms.
|
| Numeric Range Filters | Filter by number or a numeric range of the following filter
types:
Note Die X and Die Y filters appear only
when at least one tested part includes die coordinate
data. Define values in the following formats:
When a configuration is invalid, the field border turns red and displays a tooltip with the error description. |
| Text Filters | The following filters support partial text matches:
|
Using the Filter Bar
You can also type filter information directly in the text field of the Filter bar. Filter entries must observe exact filter syntax (key:value). Separate multiple filter requirements with a comma. For example, site:0, batch:1-5, test#:100-102, step:Continuity.
In the Filter bar, a comma always separates two filter expressions, however, a comma does not separate multiple values for the same key. To match multiple values for one category, you must always designate the key. For example, site:0, site:3 is a valid configuration, but site:0,3 is an invalid configuration. The Filter Options panel value fields accept comma-separated lists (for example, 1-3, 5, 15). Configurations entered in the Filter Options panel automatically expand into the correct format in the Filter bar.
| Category | Key | Value Format | Example |
|---|---|---|---|
| Site number | site | Single number or range | site:0 |
| Batch number | batch | Single number or range | batch:10-20 |
| Test number | test# | Single number or range | test#:100, test#:105 |
| SW bin number | swbin or softwarebin | Single number or range | swbin:5 |
| Die X coordinate | x or diex | Single number or range | diex:5-10 |
| Die Y coordinate | y or diey | Single number or range | y:1-9 |
| Part ID | partid | Text (substring) | partid:ABC |
| Step name | step or stepname | Text (substring) | step:open short, step:Continuity |
| Test name | test or testname | Text (substring) | test:vcc 1.8v |
| Part status | status |
|
status:failed, status:error |
| Alarm (rows) | alarm | tests | alarm:tests |
| Alarm (columns) | alarm | parts | alarm:parts |