> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getoneprofile.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Views

> Save a way of looking at a table, switch between saved and built-in views, and share them with everyone on the table.

A view is a saved way of looking at a table: its sort, its filters, and which columns are visible. Switching view changes what you see, never the data underneath.

<Frame caption="The view switcher.">
  <img src="https://mintcdn.com/oneprofile/SuC1T_nk5eqIjLyd/images/tables/views.png?fit=max&auto=format&n=SuC1T_nk5eqIjLyd&q=85&s=abb246fdee7f1d9f31ad370556787eb7" alt="The view switcher open in the table toolbar, with Default view ticked at the top, then the built-in All rows, Errored rows, Fully computed rows and Non-formula columns, then Save current as view…, with Show as chart at the foot." width="900" height="700" data-path="images/tables/views.png" />
</Frame>

## Switch view

The view switcher sits in the toolbar, beside the run controls. **Default view** is the table as everyone shares it, with no sort and no filters.

Every table also ships with four built-in views:

* **All rows**: every row and column, with no filters applied
* **Errored rows**: rows where a cell failed to compute
* **Fully computed rows**: rows where nothing failed
* **Non-formula columns**: hide every computed column

## Save your own view

<Steps>
  <Step title="Set the table up the way you want it">
    Adjust the sort, add filters, or hide the columns you do not need.
  </Step>

  <Step title="Save it">
    Open the view switcher and choose **Save current as view…**. Name it, and it appears in the list for everyone with access to the table.
  </Step>
</Steps>

**Filter**, **Sort** and **Search** sit beside the view switcher and are what you set up before saving. See [Filter, sort and search](/tables/filter-sort-and-search) for how each one works.

## Good to know

<AccordionGroup>
  <Accordion title="What does a saved view's menu offer?">
    Each saved view carries a menu on its row: **Rename view**, **Edit description**, **Duplicate view** and **Delete view**. Drag a view to move it in the list, and everyone on the table sees the same order.

    A built-in view has no such menu. There is nothing on it to rename or delete.
  </Accordion>

  <Accordion title="How do I update a view after changing it?">
    While one of your saved views is active, the switcher offers to update it with your current setup. Choosing that writes the sort, filters and visible columns back onto the view for everyone.
  </Accordion>

  <Accordion title="How do I show a view as a chart?">
    **Show as chart**, at the foot of the switcher, plots the rows you are looking at instead of listing them. **Show as grid** puts them back. It is a way of presenting the current view, not a view you save.

    See [Chart a view](/tables/charts) for what it can plot.
  </Accordion>

  <Accordion title="What does the columns control count?">
    The toolbar control reading something like 6/9 columns is where you show, hide and reorder columns. It shows the count at all times, so a hidden column is never a mystery.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Filter, sort and search" icon="filter" href="/tables/filter-sort-and-search">
    Set up what a view saves.
  </Card>

  <Card title="Chart a view" icon="chart-column" href="/tables/charts">
    Plot the rows you are looking at.
  </Card>

  <Card title="Run columns" icon="play" href="/tables/run-columns">
    Decide when a column fills its cells, and over which rows.
  </Card>

  <Card title="Export to a tool" icon="upload" href="/tables/columns/export-to-a-tool">
    Push rows from this table into a connected system.
  </Card>
</CardGroup>
