Grooper Help - Version 25.0
25.0.0024 2,166

Instance Result Set

Object List GrooperReview.DataGrid

Displays the results of a data instance search in a customizable, tabular grid.

Remarks

Overview

The Instance Result Set control presents matching data instances found by the Instance Searcher in a flexible, interactive table. Each row represents a Field Container Instance (such as a section, table, or record), and columns are dynamically generated based on user-specified value selectors.

Purpose and Usage

  • Review, compare, and analyze extracted data instances from a Data Grid search.
  • Columns can represent field values, code names, or any property accessible via selector syntax.
  • Supports multi-select, sorting, and context menu actions for efficient data review.

UI Components

  • Name Column: Displays the path or identifier of each instance, helping users understand the data hierarchy.
  • Selector Columns: Each value selector entered by the user creates a column showing the corresponding field or property value.
    • For example, entering Field[CodeName == "InvoiceNumber"], Field[CodeName == "Total"] will display columns for "Invoice Number" and "Total".

How to Use

  1. Use the Instance Searcher to define search criteria and value selectors.
  2. The result set grid will update to show all matching instances and their selected values.
  3. Click rows to select, use Ctrl or Shift for multi-selection, and right-click for context menu actions.

Keyboard and Mouse Operations

  • Click to select a row.
  • Ctrl + Click to multi-select.
  • Shift + Click to select a range.
  • Up/Down arrows to navigate.
  • Home/End to jump to first/last entry.

For more information, see the documentation for Instance Searcher, Object List, and Field Container Instance.

Used By

Notification