FILTER() Documentation Example

filter() documentation shows the example:
FILTER([DateStart_wDay], [End] = โ€œ07:15:33โ€)

Using this syntax generates the error:
Function โ€˜FILTERโ€™ should have exactly two parameters, a table name and a filter condition

Replacing [ table ] with โ€œtableโ€ works. Is there a case where [table] is appropriate?

0 5 450
5 REPLIES 5

Where do you see it like FILTER([DateStart_wDay]โ€ฆ)?

Hi Aleksi,
It appears in the code editor, LISTS functions page, as the example for FILTER().

okay, thanks.

Steve
Platinum 4
Platinum 4

Nope. The first argument to FILTER() must be a quoted or unquoted literal table or slice name, and may not be an expression.

Thanks again Steve.
Tagged as Bug-issues-errors

Top Labels in this Space