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

# 条件过滤

> 页面介绍了条件过滤的两种方式：组件内过滤和筛选器过滤，并特别指出在组件内过滤中如何处理希望字段为空的情况。

条件过滤分为2种：

**组件内过滤**：对该组件数据的固定过滤条件

**筛选器过滤**：建立组件和筛选器之间的关系，并实现通过筛选器的值对组件数据进行过滤

<Warning>
  组件内过滤中若希望某个字段为空，则需如下图所示操作即可，无需给字段配置任何公式。

  <Frame>
    ![](https://yida-support.oss-cn-shanghai.aliyuncs.com/static/png/1742871882114-c507b1f9-1c0c-43f5-b65b-27a184af4798.png)
  </Frame>
</Warning>
