Field Filter not working with View

I figured out the problem. It seems Metabase can’t understand very well table aliases when they are used without double quotes. This only happens when using Field Filters. So, my solution was to change my query to contain all the information about the table, considering the Schema, Table Name, Column Name and put everything between double quotes.

2 Likes