---
title: "Filtering Products"
slug: "filtering-products"
updated: 2025-02-10T17:20:49Z
published: 2025-02-10T17:20:49Z
canonical: "documentation.encodify.com/filtering-products"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.encodify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Filtering Products

It is possible to apply filtering to the products on briefing, so only the products that matches the filter will be processed via Ad Builder template and included into result PDF.

To configure the filtering follow these steps:

1. Create the checkbox field **Enable Filter** in the Briefing module.

| Field Content | Field Type | Option name |
| --- | --- | --- |
| Text | Checkbox | Yes |

This checkbox will enable/disable the filtering for particular campaign.
2. Create the checkbox field **Product changed** in the Product on Briefing module.

| Field Content | Field Type | Option name |
| --- | --- | --- |
| Text | Checkbox | Yes |

This checkbox will indicate that particular product has changed and ready for printing.
3. Create the text calculation field **Price changed** in the Price module.

| Field Content | Output Format | Formula |
| --- | --- | --- |
| Calculation | Text | `${Campaign Price} != ${Original price} ? 'Yes' : ''` |

The conditional formula meaning is to show the text "Yes" if the campaign price (that is initially equal to original price) was modified, so the product is ready for including into the PDF for publishing.

Pay attention, that it is not necessary to use exactly the word "Yes" as a key value but it must be the same word for all 3 fields.
4. Map the created field in the **Briefing System module > Export > Layout Display**.

![Screenshot_37.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_37.png)
5. Edit the briefing and enable the filtering by ticking "Yes" in the **Enable Filter** checkbox.

![Screenshot_38.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_38.png)

Now all products on this briefing will be validated against the filtering criteria in Product on Briefing and Price modules.

The product which has at least one of the fields **Product changed** or **Price changed** set to "Yes" will be marked as "Changed" and included into the PDF for printing.

![Screenshot_39.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_39.png)
