From 4692487b4dc9d0efc3239ae4d143ef82fe000876 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 24 Sep 2025 15:51:56 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15915 --- app/src/protyle/render/av/filter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index 7755aca4f..fc5b79e1e 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -223,7 +223,7 @@ export const setFilter = async (options: { }); return; } - if (colData.rollup.calc?.operator && ["Range", "Unique values"].includes(colData.rollup.calc.operator)) { + if (colData.rollup.calc?.operator && !["Range", "Unique values"].includes(colData.rollup.calc.operator)) { if (["Count all", "Count empty", "Count not empty", "Count values", "Count unique values", "Percent empty", "Percent not empty", "Percent unique values", "Percent checked", "Percent unchecked", "Sum", "Average", "Median", "Min", "Max"].includes(colData.rollup.calc.operator)) {