Hello, i use date filter that made in sql (postgres)
But when I try to use this question in the dashboard with linked filters, it shows me an error .
When I click to this question that already in the dashboard it shows me
ERROR: syntax error at or near ">" Position: 3089
Is it bag or am i doing something wrong?
You are using wrong syntax for field filters.
Instead of: AND created = {{created}}
use AND {{created}}
Luiggi
#4
can you post the new SQL syntax so we can check if this is not a bug?
Luiggi
#5
also, in v46 there's an eye in the menu that you can use to see how the query is gonna be built