【发布时间】:2016-10-20 13:13:57
【问题描述】:
很简单的问题: 我想要一个过滤当前月份的查询,我得到了这个:
=query(Sheet1!A9:F; "select sum(D) where A >= date '2016-10-01' and A < date '2016-11-01'"; 0)
我需要得到喜欢的东西
(...) where A >= "'Year(Today())'-'Month(Today())'-01" (...)
但这不起作用。 :/
【问题讨论】:
标签: javascript google-sheets-api