QTable Popup List Row Filtering Enhancements in NetSuite 2026.2

Enhancements in NetSuite 2026.2 allow QTable popup lists to be filtered by row without scripts, improving inventory management efficiency.

·2 min read·NetSuite 2026.2·From NetSuite Release Notes PDF

TL;DR: In NetSuite 2026.2, you can now filter the contents of a QTable popup list by row, simplifying setup and enhancing usability. This feature eliminates the need for scripts when configuring product tables, streamlining the process for inventory management.

How Does Row Filtering Work?

Setting up a QTable popup list has been made easier with the introduction of row filtering based on specified conditions. Administrators can now configure which data appears in these lists without needing complex script-generated tables.

  1. Navigate to Popup Tables: Access the Popup Tables and Lists subtab in the answer record.
  2. Add Row Filter: Utilize the Product Table Filter field to include your desired filter criteria.
  3. Utilize Suffix: Append the _@ suffix to the answer code for the popup list to enable dynamic row references.

For example, using a condition like {ACCESSORIES/QUANTITY_@} == 3 checks if the QUANTITY column matches the value of 3 for each row in the QTable. During processing, the _@ suffix will automatically be replaced by the respective row number, transforming as follows:

  • {ACCESSORIES/QUANTITY_1} for the first row
  • {ACCESSORIES/QUANTITY_2} for the second row

These adjustments facilitate more precise and tailored inventory data retrieval based on row-specific conditions.

Who This Affects

This enhancement primarily benefits:

  • Administrators: Fewer scripts to manage means reduced complexity in setup.
  • Developers: Simplified configurations support faster deployments.
  • Inventory Managers: Enhanced filtering capabilities lead to improved data accuracy and decision-making.

Key Takeaways

  • QTable popup list filtering can now be performed directly by row.
  • No need for scripts, fostering easier setup and management.
  • Use of _@ suffix allows dynamic row number referencing.
  • Enhances inventory data management efficiency.
  • Available starting in NetSuite 2026.2.

Frequently Asked Questions (4)

Do I need to use scripts to set up row filtering in QTable popup lists in NetSuite 2026.2?
No, with the enhancements in NetSuite 2026.2, you can configure row filtering in QTable popup lists without using scripts, simplifying the process.
How do I enable dynamic row references when configuring QTable popup lists?
To enable dynamic row references, append the `_@` suffix to the answer code in your filter criteria, which will automatically adjust to replace with the respective row number during processing.
What is an example of a condition I can use for row filtering in a QTable popup list?
You can use conditions like `{ACCESSORIES/QUANTITY_@} == 3` to match the QUANTITY column value to 3. The `_@` suffix will dynamically reference each row in the table.
Who benefits from the new QTable row filtering feature in NetSuite 2026.2?
Administrators, developers, and inventory managers benefit as the feature reduces setup complexity and enhances inventory data accuracy and decision-making efficiency.
Source: Filtering QTable Popup Lists by Row NetSuite Release Notes PDF. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Inventory Management

View all Inventory Management articles →

Also from NetSuite 2026.2

View all NetSuite 2026.2 changes →