Filter on empty filter

Hello i am on postresql. I want to have a date filter and when i dont use it outputs th whole dates if not the date trunc.

I have used isempty and IS NULL and none worked.

05

It works fine when i input a date in the filter

51

Hi @louisc
Read about Optional Clauses: https://www.metabase.com/docs/latest/users-guide/13-sql-parameters.html#optional-clauses

hi @flamber, great thanks!