> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/applying-filters/global-filter/like-and-not-like-filter-operations.md).

# Like and Not Like Filter Operations

The user can enable the filter and lookup for specific dimensions via the Data Type Definition step for a Data Store. All the selected (enabled) dimensions list with the sub-values, while for the disabled ones, no sub-values appear. This operation applies to both Local and Global filters.

* Navigate to the Data Type Definition page for a Data Store (the image displays the Data Type Definition page for the Data Store where Dimensions like ***gender**, **skills,*** and ***ename*** are enabled for the filter lookup function, but ***source, previous\_organisation,*** and ***team*** are disabled from the filter lookup.

&#x20;    &#x20;

![](/files/jptsir3tVUMH9GtJn5ap)

* Create a story based on the same Data Store and save it with relevant views.
* Access the global filter panel and select any of the disabled Dimension values (E.g., the Source dimension is selected from the Filter panel).
* Choose the ***Like*** operation from the drop-down menu.
* Provide a Value manually to filter data. The list of sub-dimensions does not appear (E.g., BDB is the value provided for the Source dimension).
* Click the ***Apply*** icon.  &#x20;

![Accessing a disabled Dimension option using the Global filter ](/files/yu9xRoUqFQSpd7wiBqA7)

* The concerned views get filtered as per the applied filter value.      &#x20;

![The Storyboard views get filtered displaying the data for only BDB source ](/files/G5oo9WEMR0G6T2nge1p7)

* Select the ***Not Like*** as the filter operation.
* The concerned views get filtered, excluding the entered values (E.g., BDB as source option displaying data for the not entered values. &#x20;

![Applying the Not Like filter value to the Storyboard.](/files/2qKyYaBwYc3Kay3H7jEM)

<mark style="color:green;">Please Note:</mark> The ***Like*** and ***Not Like*** operations are available in the ***View Filter*** ***panel*** as well.

![In, Not in, Like, and Not Like options in the View Filter panel](/files/7bkFGVsWEvFGWWmiBPhN)

&#x20;                                   &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/applying-filters/global-filter/like-and-not-like-filter-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
