mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-31 04:35:16 +01:00
This commit is contained in:
parent
a9ce100c43
commit
4692487b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue