diff --git a/packages/noco-docs/content/en/setup-and-usages/column-operations.md b/packages/noco-docs/content/en/setup-and-usages/column-operations.md
index 843001954d..3d2ca3157b 100644
--- a/packages/noco-docs/content/en/setup-and-usages/column-operations.md
+++ b/packages/noco-docs/content/en/setup-and-usages/column-operations.md
@@ -71,6 +71,16 @@ You can also group several filters together using Filter Group.
-### Supported filters
+### Enable NULL and EMPTY Filters
-Currently we support filter types - `is equal`, `is not equal`, `is like`, `is not like`, `is null`, `is not null` for string fields. We also support filter types - `>`, `<`, `>=`, and `<=` for numeric fields. Also we provide `is empty` and `is not empty` for checking if the column is empty or not.
\ No newline at end of file
+NULL filters (`is null` & `is not null`) and EMPTY filters (`is empty` & `is not empty`) are hidden by default. If you wish to filter out either one only, you may enable `Show NULL and EMPTY Filter` in Project Settings.
+
+![image](https://user-images.githubusercontent.com/35857179/219009085-0308b2a9-10af-4afe-84b6-df52e42fb1a8.png)
+
+Otherwise, we can use Blank filters to filter out cells with NULL values and EMPTY values.
+
+### Supported Filters
+
+Currently we support different types of filters for corresponding columns. Please refer the below matrix for details.
+
+
\ No newline at end of file