Skip to main content
FLO.W 思流Notion 公式
返回函數索引

filter

Notion filter 函數速查,包含語法、作用、返回值和示例說明。

速查

項目內容
函數filter()
分類列表
語法filter(list, condition)
作用篩選列表
返回值List

Notion 公式編輯器中的 filter 函數官方示例

示例與說明

filter() 篩選符合條件的元素。

prop("任務").filter(current.prop("狀態") == "已完成")

統計已完成任務數:

prop("任務").filter(current.prop("狀態") == "已完成").length()

相關函數

想把這些公式直接用在任務提醒、專案進度、筆記熱力圖和統計報表裡,可以繼續了解 FLO.W 思流 Notion 模板

返回函數索引

最後更新於