SQL Filter

Hello all, I’m new to Metabase and I’m trying to create filters from existing SQL based reports.
I’m having this error:

ERROR: missing FROM-clause entry for table “order” Position: 3080

I’m using this code: where {{created_at}}.
created_at is a column from table order.
Thank for the help.

RJ

Hi @rj.estera
Please read this article: https://www.metabase.com/blog/field-filters/index.html
You cannot use table aliases, when using Field Filters.

Thanks Flamber!