How to create database view?

Hi,
I want to apply field filter on custom column. Looks like the possible way is to create database view. But I do not know how to create database view in Metabase so that I can use field filter on this view.

Is there any way to create database view so that field filter can use on this view?

Thanks

Hi, as I know, database view cannot be created in Metabase, it need to be created directly in database server.

Hi,
Thanks for your reply!

I do not have privilege to create view in database server. Is there any way to apply field filter on custom column?

Thanks

@Helennnnn No, Field Filters are currently limited to a column in a table/view.

Hi,
Thanks for your response!

@flamber is that still the case that field filters can not apply to a result which is a union of tables ? (relates to my question from today)

Try building a view with the result of the 2 tables then field filters will be able to work there

@Luiggi a View would be created on the DB itself (like POSTGRESQL) - not MetaBase, right ?

Yes, Metabase can’t create views