Database Views
Database Views are used to save filtering, sorting, and search options in your tables so that you can quickly return later.
Last updated
Was this helpful?
Database Views are used to save filtering, sorting, and search options in your tables so that you can quickly return later.
Last updated
Was this helpful?
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.
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.