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

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

  • 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.
  • The "+" button:  A blue circular button that lets you add additional filters beyond the defaults. The available additional filters depend on the console you are working in. Click the + button, select the filter you want to add, and it will appear in the filter bar alongside the defaults.
  • Apply button: A blue button on the right side of the filter bar. After setting your filter values, click Apply to send the filter criteria to the server and refresh the grid with matching results.
  • Toolbar controls: Additional buttons next to Apply for actions like grouping/ungrouping, grid view options, and settings.

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

By default, dropdown filters are typically set to All, or some may be blank, meaning no filtering is applied to that field.

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:

  1. Click the blue + button in the filter bar.
  2. A list of additional available filters will appear.
  3. Select the filter you want to add — it will be appended to the filter bar.
  4. Set the operator and value as described in Step 2.

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.


Tips for Working with Server-Side Filters

  • Always Click Apply: Changing filter values alone does not refresh the grid — you must click Apply for the changes to take effect.
  • Start Broad, Then Narrow: If you're not sure exactly what you're looking for, start with fewer filters (e.g., just Account) and progressively add more to zero in on the right records.
  • Use Contains for Partial Matches: If you don't know the exact value, switch the operator to Contains and enter a partial term.
  • Check the Operator:  A common mistake is leaving the operator on == (exact match) when you need Contains. If your filter unexpectedly returns no results, check the operator first.
  • Use Is Empty / Is Not Empty for Data Quality Checks: These operators are useful when you want to find records that are missing a value (e.g., quotes without a customer price) or confirm that a field is populated.
  • Additional Filters Persist for the Session: Filters you add via the + button remain in the filter bar while you are on that tab. If you navigate away and return, the filter bar may reset to defaults (behavior may vary by console).

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
  • Tips for Working with Server-Side 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