# 制限事項

時系列マトリックス変換には現在以下の制限事項があります。

* マトリックス列の内部列では、ソート及びフィルタの指定はできません
* マトリックス列の内部列では、数式項目に対して「レコード更新時に数式を再計算する」オプション設定を有効にすることは現在できません。
* 1つのマトリックス列の内部に表示できるオブジェクトは現在1種類のみとなります。
* 時系列マトリックス変換を適用するレコードでは、時系列値には必ずその系列における最初の日付値が設定される必要があります。例えば時系列マトリックスの表示間隔が「月ごと」に設定されている場合、「2024年4月」の系列に表示されるレコードの日付項目の値は「2024-04-01」である必要があります。
* ある時系列値に合致するレコードが関連リストの中に複数ある場合については、Mashmatrix Sheetが最初に発見したレコードを選択して利用します。優先順位や絞り込みについては現在指定できません。
* マトリックス列の列に表示されている値をクリアした場合は、その項目には空白値が書き込まれます。レコードが自動的に削除されることは現在ありません。そのため、必須項目を含む関連リストに対して時系列マトリックス変換を実施すると、値を空白クリアした際に必須項目エラーなどの不都合が発生する場合があります。


---

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