diff --git a/controllets/select-data-controllet/select-data-controllet.html b/controllets/select-data-controllet/select-data-controllet.html
index ae75306..dc2e601 100755
--- a/controllets/select-data-controllet/select-data-controllet.html
+++ b/controllets/select-data-controllet/select-data-controllet.html
@@ -143,6 +143,7 @@
                         that.$.tree_view.selectedFields = [];
                         that._updateSelectedFields();
                         that.$.tree_view.ready();
+                        that.filters = [];
                         that.$.filters.filters = [];
                         that.$.multi_table.filters = [];
                     }