# Moving mode

Moving mode is similar to Period mode, except that each month typically has the previous 11 months added to it, creating a moving, annual total view.&#x20;

## Moving mode in Summary view <a href="#movingmode-movingmodeinsummaryview" id="movingmode-movingmodeinsummaryview"></a>

In Summary view, the grid in Moving mode displays the same columns as [Period mode](/analytics/customize-your-view-analytics/change-the-mode/period-mode.md), however, the data that displays is different. One exception is the data in the cumulative columns, which is not shown as moving, so it is the same as it is in Period mode.

For example, in the images below, where Period mode displays the January 2023 current value as 8,762,679.93, Moving mode displays it as 77,158,052.24, which is the current cumulative sum of March 2022 to January 2023 (68,865,975.52) plus the February 2022 value (8,292,076.72).&#x20;

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

<div align="left"><figure><img src="/files/AWRoiDVkhrFHsbBzpx4I" alt="" width="340"><figcaption></figcaption></figure></div>

## Moving mode in a filtered view <a href="#movingmode-movingmodeinafilteredview" id="movingmode-movingmodeinafilteredview"></a>

When you select a dimension, the grid displays columns for the active properties (such as **Code** and **Name**) for that dimension, a **Total** column, and a column for each month (plus the previous 11 months) in the current period.

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

## Example of Moving mode <a href="#movingmode-exampleofmovingmode" id="movingmode-exampleofmovingmode"></a>

Use Moving mode to view the Sales Rep performance from a moving, annual total perspective:

1. Click **Mode** > **Moving**.
2. Click the **Sales Rep** dimension. The grid updates to display the moving total of sales generated by each Sales Rep, each month. Each month has the previous 11 months added to give a moving annual total. <br>

   <figure><img src="/files/2xftYhKl4qeGaVEGZMke" 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/moving-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.
