# Total mode

Total mode is the simplest mode available, giving you the most basic view, focusing on the total values. This mode is particularly useful when you have multiple measures selected.

{% embed url="<https://phocassoftware.wistia.com/medias/9lr0d6m82s>" %}
Combine inventory and sales to find dead stock
{% endembed %}

## Period mode in Summary view <a href="#totalmode-periodmodeinsummaryview" id="totalmode-periodmodeinsummaryview"></a>

In Summary view, the grid displays the relevant time unit (day/month/year) within the current period, plus a total column. If more than one measure is selected, more columns will display.

<figure><img src="/files/GjRh7Licifpye4lb6sti" alt=""><figcaption></figcaption></figure>

## Period mode in a filtered view <a href="#totalmode-periodmodeinafilteredview" id="totalmode-periodmodeinafilteredview"></a>

When you select a dimension, the grid displays columns for the active properties (such as **Code** and **Name**) for that dimension plus the **Total** column.

<figure><img src="/files/GauMBL0ARyIBuoRqH4ub" alt=""><figcaption></figcaption></figure>

## Example of Total mode <a href="#totalmode-exampleoftotalmode" id="totalmode-exampleoftotalmode"></a>

Use Total mode to view the total number of products sold this year to date (YTD).

1. Click **Mode** > **Total**.
2. Click the **Product** dimension.
3. Click **Measures** > **Quantity** and clear any other selected measures.
4. Click **Period** > **FYTD**. The grid updates to display the quantity sold of each product so far this year.

   <figure><img src="/files/nE5oehToHYzXSEggNRSy" alt=""><figcaption></figcaption></figure>


---

# 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.phocassoftware.com/analytics/customize-your-view-analytics/change-the-mode/total-mode.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.
