> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/specify-group-ids-in-bulk.md).

# グループIDの一括指定

「チェック」クラスター、「トグル選択」クラスター、「マスター選択」クラスターではグループIDの一括指定ができます。

一括指定をするクラスターを選択し、編集ツールの「グループID設定」または右クリックメニューから選択します。「チェック」「トグル選択」「マスター選択」以外のクラスターを選択していた場合は、そのクラスターを無視して対象のクラスターのみ処理されます。

<div align="left"><figure><img src="/files/hF7VosTSd9uh2I1z9d4J" alt=""><figcaption></figcaption></figure></div>

### **グループID自動設定**

シート内に存在するグループIDの数値に1を足した値をグループIDとします。

### **グループID指定**

<div align="left"><figure><img src="/files/pcegC16UpRw9BS7blOKV" alt="" width="375"><figcaption></figcaption></figure></div>

グループIDを数値で指定することができます。\
「-1」以上の整数が指定できます。

{% hint style="warning" %}
トグル選択クラスターのグループIDは文字列が入力できますが、一括指定の場合は数値のみとなります。\
また、トグル集計クラスターのグループIDは一括指定できません。
{% 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, and the optional `goal` query parameter:

```
GET https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/specify-group-ids-in-bulk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
