Add custom filters in snippet

Hello,

I'm trying to set up some custom filters in my snippet. Unfortunately, Metabase doesn't recognize it as custom filter. I have the following error :

ERROR: syntax error near of « { » Position : 1252

My snippet looks like :
"creationdate" >= {{start}} AND "request"."enddate" < {{end}}

Metabase version : v0.44.2

Hi @Exe
Just like with Sub Snippet, you cannot use variables inside of a snippet:
https://github.com/metabase/metabase/issues/14545 - upvote by clicking :+1: on the first post

1 Like