# 목록 보기 (List View)

**리스트에서 원하는 데이터를 미리 필터링하여 사용자 지정 목록 보기를 구성할 수 있습니다.** 필터 조건을 활용해 필요한 데이터만 선별하여 표시할 수 있으며, 생성한 목록 보기는 **모든 사용자**, 또는 **특정 사용자 그룹 및 역할**과 공유할 수 있습니다.

<figure><img src="/files/YjJSxRhunbQhVd1Uml44" alt=""><figcaption><p>List View 편집 화면</p></figcaption></figure>

***

### :small\_orange\_diamond: 화면 구성

<figure><img src="/files/bY0GCCQwzQr87V212G8F" alt=""><figcaption><p>List View 편집 화면</p></figcaption></figure>

<table><thead><tr><th width="87" data-type="number">번호</th><th width="183">필드명 및 영역</th><th width="379">설명</th><th>필수</th></tr></thead><tbody><tr><td>1</td><td>레이블 (Label)</td><td>새로 생성할 목록 보기에 사용할 이름을 설정할 수 있습니다.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>2</td><td>공유 설정<br>(Share Setting)</td><td><p>새로 생성할 목록 보기를 누구와 공유할지 설정할 수 있습니다.<br></p><ul><li>나만 이 목록을 볼 수 있음<br>(Only I can see this list view)</li><li>모든 사용자가 이 목록을 볼 수 있음<br>(All users can see this list view)</li><li>사용자 그룹과 목록 보기 공유<br>(Share list view with groups of user)</li></ul><p>기본값 : 나만 이 목록을 볼 수 있음</p></td><td></td></tr><tr><td>3</td><td>필터 (FILTERS)</td><td><p>목록 보기에서 사용할 필터를 조회하거나 새로 추가할 수 있으며, 필터 간의 논리 연산 조건도 설정할 수 있습니다.<br><br></p><ul><li>모든 조건이 충족됨 (AND)<br>( All conditions are met (AND) )</li><li>일부 조건이 충족됨 (OR)<br>( Any condition is met (OR) )</li><li>사용자 정의 조건 논리가 충족됨<br>( Custom logic is met )</li></ul><p>기본값 : 모든 조건이 충족됨 (AND)</p></td><td></td></tr><tr><td>4</td><td>필터 추가<br>(Add Filter)</td><td>목록 보기에 적용할 새 필터 조건을 추가할 수 있습니다.</td><td></td></tr><tr><td>5</td><td>필터 추가 에디터<br>(Add Filter Editor)</td><td>목록 보기에 적용할 새 필터 조건을 설정하거나 편집할 수 있는 화면입니다.</td><td></td></tr></tbody></table>

***

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

<figure><img src="/files/TNDW4f0ronlEK4au0N0j" alt=""><figcaption><p>List View 설정 방법</p></figcaption></figure>

:small\_red\_triangle\_down: **목록 보기 생성하기**

1. 리스트에서 타이틀을 클릭합니다.
2. 새 목록 보기 버튼을 클릭합니다.
3. 공유할 대상을 선택합니다. (개인, 특정 그룹 및 역할, 모든 사용자)
4. 원하는 필터를 추가합니다.
5. 저장을 클릭합니다.
6. 리스트의 타이틀을 다시 클릭하면, 생성한 목록 보기를 확인할 수 있습니다.

***

:small\_red\_triangle\_down: **목록 보기 고정하기**

{% hint style="info" %}
특정 목록 보기를 기본값으로 설정하여, 리스트 화면 로드 시 항상 해당 목록이 표시되도록 설정할 수 있습니다.
{% endhint %}

1. 리스트에서 타이틀을 클릭하여 고정하려는 목록 보기를 선택합니다.
2. 타이틀 우측의 📌(핀) 아이콘을 클릭하여 목록 보기를 고정합니다.
3. 핀 아이콘이 활성화되면, 이후 리스트 로드 시 해당 목록이 자동으로 표시됩니다.


---

# 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/list-view.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.
