Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Data Grid Capabilities

How to Apply Server Filters to Filter the Data in the Grid

Learn how to implement server filters to efficiently refine and display data in your grid for improved user experience.

Written by Akanksha Shukla

Updated at May 14th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Partner Quoting Workspace (PqW)
    Introducing StrataVAR PQW Importing Vendor Quotes – Creating Bills of Materials (BoMs) Assembling a Quote Editing a Quote Pricing, Margins and Calculations in PqW Preparing a Quote for Ordering Exporting Quotes in PqW StrataVAR Admin Related Articles Order Management and Upload Finding and Managing Quotes Cisco 360 Estimated Land Rebate
  • Partner Renewal Workspace (PrW)
    About Partner Renewal Workspace (PrW) PrW Maintenance Contract Module PrW Subscription Module
  • Data Grid Capabilities
+ More
  • Partner Quoting Workspace (PqW)

  • Partner Renewal Workspace (PrW)

  • Data Grid Capabilities

    •  How to Apply Server Filters to Filter the Data in the Grid
    •  How to Apply Column Filters in the Data Grid
    •  How to Search Records in the Grid
    •  How to Edit Records Inline in the Grid (Inline Editing)
    •  How to Edit Multiple Records at Once (Bulk Editing)
    •  How to Navigate and Find Records in the Grid
    •  How to Export Grid Data to Excel
    •  Understanding the Save Button and Save Counter in Grids

Introduction

Many consoles and tabs across PqW and PrW use a shared grid framework to display data. These grids come with server-side filters — a row of filter controls that sit above the grid and allow you to narrow down the data before it is loaded from the server.

Server-side filters are different from column-level filters (which refine data already loaded in the grid). Server-side filters query the database directly, so they are the most efficient way to work with large datasets — especially when you have thousands of records.

This article explains:

  • What server-side filters are and where they appear
  • How to use default filters and add additional ones
  • What filter operators are available
  • How to apply, view, and reset filters

This is a generic reference article. The specific filters available will vary by console and tab — refer to the article for each console for details on which filters are available.


Where You'll See Server-Side Filters

Server-side filters appear across multiple consoles and tabs, including but not limited to:

Product

Console / Tab

PqW

Search Quotes, Search Quote Items, Price and Availability, Quote Items in Quote Page

PrW

Renewal Manager – Renewal Projects Console

PrW

Renewal Manager – Managed Subscription (MS) Console

PrW

Renewal Engineer – Renewal Projects Console, MS Console

PrW

Pricing Request (PR) Console, LDoS Console

The layout and behavior of server-side filters are consistent across all of these — once you learn how they work in one console, the same principles apply everywhere.


Understanding the Filter Bar

The examples in this section are taken from the Search Quote tab of Search Quote and Quote Items console in PqW. The filters available to you will vary depending on the console you are working in — refer to the dedicated article for each console for specifics.

When you open a console or tab, you will see a filter bar above the grid. This bar contains:

  1. Default filters: Each console or tab comes with a set of pre-loaded filters that are always visible. For example, the Search Quotes tab in PqW shows Account, Opportunity, and New Total Customer Extended Price by default. Each filter displays the filter name, an operator (e.g., ==), and a value field — either a searchable dropdown or a text/number input.
  2. The Add More Filters (+)  button:  A blue + button right beside visible filters that lets you add additional filters beyond the defaults. Clicking on it opens an Add remaining filters dialog. The available additional filters depend on the console you are working in. Click the + button, select the filter you want to add, and Save.
  3. Apply button: A blue button on the right side of the console.  After setting and saving required filter values, click Apply to send the filter criteria to the server and refresh the grid with matching results.

 

4. Filtered Data: Once the filters are applied, you will see only filtered data in the grid. You will see which filters are applied in Filtered by label and a Reset Filters button to go back to the default data set.

 

Filter Operators

Each filter has an operator that controls how the filter value is matched against the data. The operator appears as a symbol or abbreviation next to the filter name (for example, ==). Click on the operator to change it.

The available operators depend on the data type of the filter:

  • Text filters (e.g., Account, Opportunity, Quote Name, Part Number, Description):

Operator

Meaning

== (Is Equal To)

Exact match — returns records where the value matches exactly.

!= (Is Not Equal To)

Returns records where the value does not match.

Contains

Returns records where the value includes the entered text anywhere within it.

Does Not Contain

Returns records where the value does not include the entered text.

Is Empty

Returns records where the field has no value.

Is Not Empty

Returns records where the field has any value.

  • Numeric filters (e.g., Total Customer Extended Price, VAR Cost, List Price):

Operator

Meaning

== (Is Equal To)

Exact numeric match.

!= (Is Not Equal To)

Returns records where the value is not equal to the entered number.

< (Less Than)

Returns records where the value is less than the entered number.

<= (Less Than or Equal To)

Returns records where the value is less than or equal to the entered number.

> (Greater Than)

Returns records where the value is greater than the entered number.

>= (Greater Than or Equal To)

Returns records where the value is greater than or equal to the entered number.

Range

Returns records where the value falls within a specified range (from X to Y).

Is Empty

Returns records where the field has no value.

Is Not Empty

Returns records where the field has any value.

  • Dropdown / Picklist filters (e.g., Status, Item Type, Stage): 

These filters present a list of values to choose from. They typically support multi-select — you can select one or more values, or choose All to include everything.


Step-by-Step: Applying Server-Side Filters

Step 1 – Review the Default Filters

When you open a console or tab, the default filters are already visible in the filter bar. Each filter shows:

  • The filter name (e.g., Account, Opportunity)
  • The operator (e.g., ==)
  • A value field — either a searchable dropdown (with a magnifying glass icon) or a text/number input box

For example, the Renewal Project console shown below has the server-side filter on the Stage field with given operators and values to be picked from the dropdown.

By default, dropdown filters are typically set to All, or some may be blank, meaning no filtering is applied to that field. For example, the Account filter is set to “All” by default in the Search Quotes console.

Step 2 – Set Filter Values

  1. For dropdown filters (e.g., Account, Opportunity): Click the dropdown, use the search box to find the value you want, and select it. You can clear a selection by clicking the ✕ icon next to the value. 
  2. For text/number input filters: Type the value directly into the input box.
  3. To change the operator: Click the operator symbol (e.g., ==) next to the filter name. A menu will appear with the available operators for that filter type. Select the one you need.

Step 3 – Add Additional Filters (Optional)

If the default filters are not sufficient and you need to add more filters:

  1. Click the blue + button in the filter bar. 
  2. A dialog box Add remaining filters opens where you can add more filters depending upon the console.
  3. Select the filter you want to add and enter the operator and the value as done in the previous step. Click on Save button to continue or Cancel to go back to console.

You can add multiple additional filters to build a precise query.

Step 4 – Click Apply

Once your filters are set, click the blue Apply button. The grid will reload with data that matches all of your filter criteria.

Step 5 – Review the "Filtered By" Section

After applying filters, a Filtered By section appears (typically below the filter bar or above the grid). This section summarizes the active filter criteria so you can quickly see what filters are in effect. This is especially helpful when you have multiple filters applied or when you return to a console and want to understand why certain records are or aren't showing.

Step 6- Resetting Filters

To clear all filters and return to the default state:

  • Click the Reset Filter option (if available in your console).
  • Alternatively, manually set each filter back to All or clear the input values, then click Apply again.

Summary

Server-side filters are a powerful and consistent feature across PqW and PrW grids. By understanding the default filters on each console, knowing how to add additional filters, and choosing the right operator for your search, you can quickly locate the exact records you need — even across very large datasets.

For details on which specific filters are available on each console or tab, refer to the dedicated article for that console.

 

 

grid management data filtering

Was this article helpful?

Yes
No
Give feedback about this article
In this article
  • Introduction
  • Where You'll See Server-Side Filters
  • Understanding the Filter Bar
  • Filter Operators
  • Step-by-Step: Applying Server-Side Filters
  • Step 1 – Review the Default Filters
  • Step 2 – Set Filter Values
  • Step 3 – Add Additional Filters (Optional)
  • Step 4 – Click Apply
  • Step 5 – Review the "Filtered By" Section
  • Step 6- Resetting Filters
  • Summary

Related Articles

  • How to Apply Column Filters in the Data Grid
  • How to Search Records in the Grid
  • How to Edit Records Inline in the Grid (Inline Editing)
  • How to Edit Multiple Records at Once (Bulk Editing)
  • How to Navigate and Find Records in the Grid

Salesforce™, Force.com™ and other trademarks are trademarks of Salesforce.com, Inc. and are used here with permission.

Linkedin-in Youtube
Platform
  • Platform Overview
  • Partner Quoting Workspace (PqW)
  • Salesforce CPQ Enhencements (iCPQ)
  • Partner Renewal Workspace (PrW)
  • Integrations
Resources
  • Blogs
  • Case studies
  • White Papers
  • FAQ
Company
  • About us
  • Contact Us
  • Support Portal

2024© All rights reserved

  • Privacy Policy
  • Terms & Conditions

Made with 🤍  by StrataVAR

Knowledge Base Software powered by Helpjuice

Expand