Skip to main content

Working with Table Views


This chapter describes the common features and controls available across all table-based screens in the ImPAI platform.

These capabilities apply to all screen types presenting tables views:

ScreenPurposeLink
TransactionsView all payments processed within the selected processing domain / payment scheme, along with their current status and audit history.👉 Go
ApprovalsApprove or reject payments that require authorization before being sent to the clearing network.👉 Go
Error HandlingReview and manage payments that encountered errors during validation, transmission, or processing.👉 Go
InterfacesMonitor all inbound and outbound messages exchanged with external systems and clearing interfaces.👉 Go

All table views across the application follow a unified design and provide a consistent set of core features. This ensures that users can interact with data in the same way on every screen. These shared capabilities include:

info

Each screen may offer additional, context-specific actions.
Refer to its dedicated page for details.


General Navigation​

  • Double-click table rows to open the record details.
  • Click triangle icons to expand (Expand) or collapse (Collapse) the related information.
  • Status values may be visualized using colored tags, making it easy to identify the current processing state without reading detailed information:
    🟢 Green – Success
    🔴 Red – Error
    🟡 Yellow – In Progress
    ⚪ Gray – Processing not yet started

Toolbar Actions​

IconActionFunction
﹢Add FilterAdds an additional filter criteria.
Save filterSave FilterSaves the current filter configuration for later use.
Select FilterLoads a previously saved filter set.
Clear filtersClear FiltersClears all filter criteria.
RefreshRefreshReloads the table data with the current filters.
Column settingsColumn SettingsAllows to select or deselect the columns shown in the table.

…and in the header line of the data table as an additional action you will find the following:

IconActionFunction
ExportDownload current result set as CSV, or PDF.

Filter Panel​

The Filter panel shows the active filter settings used for the displayed data in the table view.
Multiple filters can be combined using AND logic.

Filter panel

Depending on the type of the filter, supported operators are:

  • equals, contains – for string parameters
  • in list – for enumeration parameters
  • from, to, between – for date or amount parameters

tip

Always confirm you are in the correct date range for the Processing Date or Created Date before analyzing transactions.


Using Filters to Customize the Transaction View​

To narrow down and customize the displayed transaction data, you can use the Filter feature. This allows you to select which columns or data attributes should be visible in the transaction table.

Step-by-Step Instructions​

  1. Click the + Button
  2. On the top of the transaction list, locate and click the + button. This opens the filter selection menu.

    Example filter selection menu from SEPA Instant → Transactions:

    Add filter selection

  3. Select Filters
  4. From the list of available filters, tick the checkboxes next to the attributes you want to display.
    Available options differ depending on the type of data displayed and can be viewed in each screens Complete Filter Reference section.

  5. Search for a Filter
  6. Use the search bar at the top of the filter panel to quickly find a specific filter attribute.

tip

Selected filters immediately affect which columns are shown in the transaction table, helping you focus on the most relevant data for your task.


Saving and Loading Filter Sets​

Filter sets allow you to store frequently used filter configurations and quickly reapply them later. This helps you avoid re-entering the same criteria each time.

Saving a Filter Set​

  1. Configure all desired filter criteria in the Filter Panel (e.g., Message Type, Status, Date Range, Creditor, Amount).
  2. Click the Save Filter Save Filter button.
  3. Enter a meaningful name for the filter set (no blanks allowed).
  4. Click Save to confirm.

Saved filter sets are stored per user and per screen.
For example, a filter saved on SEPA Instant → Transactions will not appear on SEPA Instant → Approvals.

Save Filter Set

Naming Recommendation

Use descriptive names, such as YesterdayIncomingErrors or High-Value-Outgoing, to quickly identify the purpose of each saved filter.

Loading a Filter Set​

  1. Click the Select Filter button to open the list of saved filter sets for the current screen.
  2. Select a filter set by name.
  3. The system loads the filter criteria into the Filter Panel and refreshes the table automatically.

Load Filter Set

The table content updates immediately to reflect the loaded filter configuration.

note
  • Only filter sets saved by the currently logged-in user are shown.
  • Filter sets are screen-specific and are not shared across different screens.
  • Loading a filter set replaces the active filter configuration in the Filter Panel.

Sorting & Columns​

  • Click any column header to sort the table data.
    • 🔼 1st click: Sorts the column in ascending order.
    • đź”˝ 2nd click: Sorts the column in descending order.
    • ↩️ 3rd click: Removes sorting and restores the default order.
  • Click the Column settings Column Settings button to choose which fields are displayed in the table.
  • Columns can be dragged to reorder and resized by adjusting the column boundaries in the header row.
Sorting Limitation

Sorting via the column header applies only to the records displayed on the current page.
It does not sort the full result set across all pages.


Paging the Table​

When the total number of records exceeds the selected page size, the results are split across multiple pages.
The paging bar below the table allows you to move between pages and control how many records are displayed per page.

Paging

  • Click the left or right arrows to navigate to the previous or next page.
  • Next page
  • Click the page size selector (default: Auto) to choose how many rows are shown per page:
    Auto, 10, 20, 50, or 100 items per page.
  • Size selector
  • Click the Page X button to open a page list and jump directly to a specific page.
  • Page selector
About the Auto Page Size

When Auto is selected, the system automatically adjusts the number of rows shown per page based on the available screen space and window size.
This ensures the maximum number of rows is visible without requiring vertical scrolling.

Efficient Navigation

If you are looking for a record that is near the beginning or end of the result set, use the Page X page selector instead of navigating page by page.


Export​

Exports include all visible columns and active filters. You can choose to export the full result set or select certain rows from the table and export only your selection.

  1. Click on the Export button in the header line of the table.
  2. Export button
  3. Choose from the available options by clicking your choice - "All" to export the full result set:
  4. Export All
  5. Or, if you select one or more rows from the result set, choose to export the "Selected" rows only:
  6. Export Selected

The export process runs asynchronously. Once completed, the files appear in your computer’s Downloads/ folder.

Exported files follow a standardized naming pattern:

ImPAIdataTypeExport_YYYYMMDD_HHMM.csv
ImPAIdataTypeExport_YYYYMMDD_HHMM.pdf

where:

  • dataType is replaced with the screen context (e.g., Transaction)
  • YYYYMMDD_HHMM is the export timestamp