Skip to main content
Views are analysis-ready tables you can create, reuse, modify, and query from any workbook leveraging simple SQL queries. Views can only be created for data sources that Equals Warehouse supports. How to create a view:
  1. Go to the Views section in the workspace homepage
  2. Click New View in the top-right corner (image below)
  3. Select a data source that has already been configured for your workspace
  4. Write out your view in the View Editor popup window
  5. Click Create View
Screenshot2026 03 11at4 07 07PM
Creating dependencies between views:
  • Follow the same steps outlined above to create a new view.
  • When writing your query, reference the table name of another view just as you would any other table in your schema. You can also use the Table Browser to locate and reference the view you want to use.
  • At any point while building your view, select Preview to validate the output. (Note: you must preview the view at least once before saving.)
  • Once everything looks correct, select Save and Rebuild to save your changes.
  • After the dependent view syncs, it will appear in the “Used By…” section of the referenced view. You can find this in the view details panel on the left side of the view editor as shown below.
Screenshot2026 03 11at4 05 05PM
Joining Views: Aside from dependencies, it’s also possible to join two separate Views together by inserting that logic into the view’s SQL query. Since Views can only be created from datasources supported by the Equals Warehouse, they can only be joined if both Views are built from datasources supported by the Equals Warehouse.