Database Views
Database Views are used to save filtering, sorting, and search options in your tables so that you can quickly return later.
❓ What are Database Views?
In your database, you can search, filter, and sort your records to view exactly the data you're looking for. Database Views allow you to save those settings in a view for easy access or sharing.
📷 Using Database Views
2
Some complex data types, like filtering by arrays, is not currently possible. If you're trying to filter something and not receiving the expected results, please reach out to support or use a function stack instead.
Last updated
Was this helpful?