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

# Global Filters

> Apply consistent filtering across all workspace widgets for unified cross-functional data analysis

## Overview

Global Filters let you apply one set of criteria across all compatible widgets in a workspace, so you do not need to filter each widget separately.

How it fits together: org admins define organization-level fields, app admins map those fields to fields in each app, and people using a workspace choose filter values from the global filter bar.

**Prerequisites**

* **Org Admin** access to create organization-level field definitions
* **App Admin** access for each app you want included in global filtering
* Agreement on which dimensions (for example company, region, or date range) should be shared across apps

***

## Organization-level field definitions

Org admins create the global field definitions that other apps map to.

**To open Organization Fields:** <img src="https://mintcdn.com/elementum/TFCVHNVI8zhq54sg/images/icons/settings.svg?fit=max&auto=format&n=TFCVHNVI8zhq54sg&q=85&s=3ffc43e8a0875412cc27335241aeb4c8" alt="Settings icon" className="inline-ui-icon" width="24" height="24" data-path="images/icons/settings.svg" /> **Organization Settings** > <Icon icon="shapes" size={16} /> **Organization Fields** (under **Platform**)

### Create and manage fields

1. Click **Add Field**.
2. Enter a **Field Name** using clear, organization-wide terminology.
3. Add a **Description** that explains what the field represents and how teams should use it.
4. Select the **Type** (Text, Number, Date, Dropdown, or other supported type).
5. Click **Create** to save.

The Organization Fields table lists each field’s name, type, description, and how many apps have mapped it. Use the search bar to find fields by name, description, or app.

To edit a field, click the <Icon icon="pencil" size={16} /> **Edit** icon on the row, change the name or description, and click **Apply**.

<Warning>
  Choose field types carefully. Changing a type after apps have created mappings can cause compatibility issues.
</Warning>

### Naming fields

Use names that everyone in the organization will recognize, for example **Company**, **Region**, **Date Range**, **Fiscal Quarter**, **Status**, **Department**, **Product Category**.

Avoid ambiguous or internal codes such as **Acct**, **DT**, **Stat**, or **Dept\_CD**—spell out the meaning others expect.

Before adding many fields, list the common dimensions your org needs (for example company, region, date range, status) and align types (for example Dropdown vs Date) with how data is stored in your apps.

***

## App-level field mappings

App admins connect each organization field to a field in their app.

**To open Field Mapping:** In the app, under **Configuration**, click <Icon icon="merge" size={16} /> **Field Mapping**.

The page lists organization fields; use the dropdown beside each to choose the matching app field. If the app field type does not match the organization field type, an **error icon** indicates the problem. Use the search bar to find a mapping, and pick a different app field from the dropdown to change an existing mapping.

| Organization field | Example app field (Sales) | Example app field (Support) |
| ------------------ | ------------------------- | --------------------------- |
| Company            | Account\_Name             | Customer                    |
| Region             | Sales\_Territory          | Support\_Region             |
| Status             | Deal\_Stage               | Ticket\_Status              |
| Date Range         | Close\_Date               | Created\_Date               |

<Info>
  A mismatch often means the organization field is one type (for example Date) while the mapped app field is another (for example Text). Filtering may not behave correctly until types align.
</Info>

After you save mappings, open a workspace that includes widgets from your app, set a global filter for a mapped field, and confirm the widgets update as expected. Try more than one value to verify behavior.

***

## Using global filters

The global filter bar appears at the top of workspaces. It shows a control for each configured dimension (for example Company or Region).

1. Choose values for one or more dimensions. Within a single dimension you can often select multiple values (multi-select).
2. Filters combine with **AND** logic: records must satisfy all selected dimensions.
3. When you change a filter, compatible widgets refresh to match.

<Info>
  Widgets that do not have a mapping for a given dimension are unchanged when you set that filter.
</Info>

To clear filters, remove individual criteria with the **X** on each pill, or use **Clear All** to reset everything.

***

## Troubleshooting

<Tabs>
  <Tab title="Filter not working">
    **What you see:** Applying a global filter does not change widget data.

    **What to check:**

    1. The app has a field mapping for that filter dimension.
    2. Field Mapping shows no type mismatch for that mapping.
    3. The widget’s data actually uses the mapped field.
    4. You have permission to see the records you expect after filtering.
  </Tab>

  <Tab title="Type mismatch">
    **What you see:** An error icon next to a mapping in Field Mapping.

    **What to do:**

    1. Compare the organization field type with the app field type.
    2. Map to a different app field with a compatible type, or ask an org admin whether the organization field type should change.
  </Tab>

  <Tab title="Missing filter in workspace">
    **What you see:** A dimension you expect does not appear in the filter bar.

    **What to check:**

    1. An org admin created the organization field.
    2. Apps used in that workspace have mapped that field.
    3. If the field still does not appear, ask an org admin to confirm the field exists and that your apps are mapped.
  </Tab>
</Tabs>

***

## Related Features

<CardGroup cols={2}>
  <Card title="Filtering Fundamentals" icon="filter" href="/getting-started/fundamentals/filtering">
    Learn about basic filtering concepts and operators
  </Card>

  <Card title="Analytics" icon="chart-bar" href="/data/analytics">
    Create dashboards that work with global filters
  </Card>

  <Card title="Tables" icon="table" href="/data/tables">
    Understand how data sources connect to global filtering
  </Card>

  <Card title="Roles & Permissions" icon="shield-check" href="/administration/roles-permissions">
    Configure admin access for field mapping configuration
  </Card>
</CardGroup>
