> For the complete documentation index, see [llms.txt](https://docs.mashmatrix.com/mashmatrix-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mashmatrix.com/mashmatrix-sheet/functions_advanced/time_series_matrix_transformation/overview.md).

# Overview

The records applied time-series matrix transformation is represented as nested columns in the sheet as shown below.

![](/files/MNJdv7BsB6olRhOVWj60)

* **\[A] Matrix Column Header** - Header of the combined column that will be the root for the matrix-transformed data. Settings for the matrix column can be changed from the menu in this header.
* **\[B] Series Value Column Header** - Column header that displays fields of the related list record which has sepcific time-series value. It is displayed repeatedly for the number of period specified in the matrix column settings.
* **\[C] Child Column Header** - Column header nested inside of the matrix column, which displays a field value of the related list record . It is repeated as many times as the number of time series values.

{% hint style="info" %}
If only one child column is selected in the matrix column, the child column header is omitted and the matrix column will be two-level nested header structure with only matrix column header and series value column header.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.mashmatrix.com/mashmatrix-sheet/functions_advanced/time_series_matrix_transformation/overview.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.
