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 438
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