# 요약 표시

데이터 테이블 열(Column) 하단에 요약 표시를 하여 원하는 값을 한 눈에 확인할 수 있습니다. **요약은 각 열의 데이터를 집계하여 합계 또는평균의 통계 정보를 제공합니다.** 사용자는 이를 통해 전체 데이터의 추세나 중요한 지표를 빠르게 파악할 수 있으며, 특히 대량의 데이터를 다룰 때 유용합니다.

{% hint style="warning" %}
요약 표시는 숫자 또는 통화 유형의 열에만 설정이 가능합니다.
{% endhint %}

***

### :small\_orange\_diamond: 설정 방법

1\. 요약 표시(Show Summary) 버튼을 클릭하여 활성화 합니다.

2\. 요약을 표시하고 싶은 열(숫자 또는 통화 유형)의 편집 버튼을 클릭합니다.

<figure><img src="/files/czIW5n6H1MK9Kc7OqJ7A" alt="" width="326"><figcaption><p>데이터 테이블 설정 화면</p></figcaption></figure>

3\. 편집화면에서 요약(Summary) 버튼을 클릭하여 요약을 활성화하고 요약 세부사항 설정이 나타나는지 확인합니다.

<figure><img src="/files/gqrESL3VZLhHUHKaVb4S" alt="" width="323"><figcaption><p>열 편집 화면</p></figcaption></figure>

4\. 요약 레이블(Summary Label)을 입력하고 요약 유형(Summary Type)을 선택합니다. 요약 유형은 합계와 평균이 있습니다.

<figure><img src="/files/J4q3dsPQag1hqho0cUuV" alt=""><figcaption><p>요약 표시 설정 확인</p></figcaption></figure>

5\. 데이터 테이블 우측 하단에 요약이나타나는지 확인합니다.


---

# 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://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/datatable-setup/undefined-1.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.
