# 4. 최신순, 오래된 순 정렬은 어떻게 하나요?

1. 관리자 웹 > 앱 설정 > 설정 아이콘 클릭 > 정렬을 펼쳐 주세요. (단일 메타에서 진행해 주세요.)
2. 원하는 정렬 항목과 정렬 방법을 선택해 주세요.
3. 정렬 항목 중 "\_createTime", "\_updateTime"는 생성시간, 마지막 업데이트 시간을 뜻해요.

* &#x20;"\_createTime"을 정렬 항목으로 두고, 정렬 방법을 내림차순으로 선택할 경우, 가장 최신 데이터부터 위에서 아래로 정렬되고 오름차순으로 할 경우 오래된 데이터부터 위에서 아래로 정렬됩니다.
* "\_updateTime"을 정렬 항목으로 두고, 정렬 방법을 내림차순으로 선택할 경우 최근에 업데이트된 데이터부터 위에서 아래로 정렬되고 오름차순으로 할 경우 업데이트된 지 오래된 데이터부터 위에서 아래로 정렬됩니다.

> \#최신순 정렬, #오래된 순 정렬, #날짜순 정렬, #조회 조건, #정렬 조건, #정렬 항목, #\_createTime, #\_updateTime, #최신순으로 정렬하는 방법, #오래된 순으로 정렬하는 방법.

2024.02.07 Jinny

**How can I arrange items in both the latest and oldest order?**

1. &#x20;Navigate to Administrator Web > App Settings, and then select the 'Lookup Conditions' situated in the rightmost sidebar. (Please proceed in a single meta)
2. &#x20;Click the "Add sorting condition" button, and then choose the item you want to sort along with the preferred sorting method.
3. &#x20;Regarding the sorting options, "\_createTime" and "\_updateTime" correspond to the creation time and the most recent update time.

* Choose "\_createTime" as the sorting item. Opting for the descending order will arrange the most recent data at the top, while selecting the ascending order will place the oldest data at the top.
* Choose "\_updateTime" as the the sorting item. Opting for the descending order will arrange the data from the most recently updated to the older ones at the top. In the case of the ascending order, the data will be arranged from the earliest update to the latest update at the top.

> \#sort by: latest, #sort by: oldest, #sort by: date, #lookup criteria, #sort by: criteria, #sorting item, #\_createTime, #\_updateTime, #guide: sorting in descending order, #guide: sorting in ascending order.

2023.08.17 Song


---

# 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.ohmyapp.io/main/guide/faq/app-settings/4.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.
