# Layout Views - Summary

After you've set up your database in PowerTable and begun exploring your data, let's look at how you can view or visualize it for a quick summary and analysis.

In PowerTable, you can view your data in four different ways:

* Table view
* Gantt view
* Resource Gantt view
* Hierarchy view

Each view has capabilities that help you and your team to quickly identify and drill down to the required data. We also provide Gantt and Resource Gantt charts to help you track the progress of activities, milestones, and dependencies. Let's explore them:

### Table View

This is the **default view** in PowerTable, where data is displayed in a table format with rows and columns. From other views, you can always return to table view by clicking on **Layout > Table.**

![](/files/551b31ff0743a2dd87a4242a79db415a2cf4eee9)

### Gantt View

PowerTable lets you use Gantt charts to visualize your task data. If your table contains a list of various activities or **tasks with their corresponding start and end dates**, you can use the **Gantt** option to track their progress.

A basic Gantt chart view is shown below:

![](/files/3af0d1aff41c705a377240495b6395fd586eb04f)

Let's consider another example. This Gantt view, shown below, displays not only the start and end dates but also the subtasks organized in a hierarchical structure, along with information on progress, dependencies, and milestones.

![](/files/63b1ca02f1183f980115a2a4a8b978654d09e66a)

[This section](/powertable-sheets/how-tos/layout-views-summary/gantt-chart-view.md) provides a detailed explanation of how to create Gantt charts to track progress and dependencies between activities.

### Resource View

When your data is a list of tasks with an assignee column and start and end dates, you can use the **Resource** layout to view the tasks summarized based on available resources, as well as the start and end dates of each of their tasks.

{% stepper %}
{% step %}

#### Click on **Layout > Resource.**

![](/files/99e2cf32c38f6692cbf0a0367ede0c6eb6155691)

Click on 'Resource' Layout
{% endstep %}

{% step %}

#### The **Column Mapping** pop-up opens.

Select the resource field that you want to use for grouping the tasks, as well as the start date and end date fields from the relevant drop-down menus shown below. Here, we use the field 'QA Assignee' in the Resource drop-down. Click **Apply.**

![](/files/b017c89c977851cb94ddfe7449701a0cc1d001d6)

Column Mapping for Resource view
{% endstep %}

{% step %}

#### The Resource view opens as below.

You can see a list of resources, along with their assigned tasks and start and end dates.

![](/files/5a0b03af4d7377ac5498bf6f066781116f29d4cb)
{% endstep %}
{% endstepper %}

[This section](/powertable-sheets/how-tos/layout-views-summary/resource-gantt.md) explains editing the resource view properties.

### Hierarchy View

As the name implies, this view displays your data in the form of various hierarchical levels.

A hierarchical view is possible for data with a parent-child or nested structure, such as an organizational chart, a product catalog, or a classification system. This view can be enabled when a data table contains fields to represent a self-referential relationship (such as a one-to-many relationship in which one data point refers to another within the same table).

{% stepper %}
{% step %}

#### Click on **Layout > Hierarchy.**

![](/files/69c3704b5283525d7f1878ed343eaf9a08e8ce3d)
{% endstep %}

{% step %}

#### The **Hierarchy Layout Configuration** box opens.

Here, you can configure the primary key column and hierarchy column.

![](/files/b50d1a5b3d7f4666629c16a29af2cd300884b84f)
{% endstep %}

{% step %}

#### Select the 'Display Column'.

![](/files/9c384be6489af63f447693b046e48963cbb221fe)

{% endstep %}
{% endstepper %}

More information on configuring the hierarchy view is available [here](/powertable-sheets/how-tos/layout-views-summary/hierarchy-layout.md).

The data is shown in the hierarchy view as follows:

![](/files/68b06f1a32f0c5cd0f72d4637e07e3b23d3b079a)

Hierarchy View

The following sections provide a detailed explanation of the various views and how to customize them.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/powertable-sheets/how-tos/layout-views-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
