Field filter(Connected to date column) is not working

Field filter(Connected to date column) is not working

But, when I use AND a.video_count >= {{VideoMin}} AND a.video_count <= {{VideoMax}} this is working.

I don't know why. Can you please explain why field filter not working?

Everything is working without any issues. Just keep in mind that Field Filter syntax is a bit different:

select * 
from your_table
where {{Date}}