However after extensive search I was unable to find an option which would allow me to create a "contains" filter when working with table data displayed in the grid view, View -> Data Window -> (drag & drop table from the list of available tables) -> (right click) -> Quick Filter -> Condition). This basically means that I need to set a
Code: Select all
LIKE('%stuff_I_am_looking_for%')
Is it possible to create that kind of filter without resolving to issuing SQL queries in the query window? "Contains", "begins with" and "ends with" filters would be really great in the grid view.
Thank you.