# 파라미터 설정

파라미터 설정을 사용하여 값, 수식 또는 데이터베이스의 값을 설정할 수 있는 파라미터를 설정할 수 있습니다.

![](https://content.gitbook.com/content/kr3K95OpVnkhRrSKF3Qh/blobs/q9Igsd05KjDbs735pi5W/image.png)

## 파라미터 설정&#x20;

파라미터 설정에서 파라미터의 이름과 값을 설정해야 합니다.&#x20;

<table><thead><tr><th width="213.57142857142856">설정 </th><th>설명 </th></tr></thead><tbody><tr><td>파라미터 이름 </td><td>파라미터의 이름 </td></tr><tr><td>파라미터 값 </td><td><p></p><ul><li>값 또는 수식: 고정 값 또는 수식을 설정할 수 있습니다.</li><li><p>데이터 테이블에서: 데이터 테이블을 선택합니다.</p><ul><li>선택: 값, 단일 행 레코드, 여러 행 레코드 또는 행 수를 선택할 수 있습니다. 값을 선택할 때 값을 표시할 열을 선택해야 합니다. 단일 행 레코드 또는 여러 행 레코드를 선택할 때 열을 추가하고 변수 이름을 설정해야 합니다.</li><li>쿼리: 쿼리 조건은 쿼리 조건이 설정된 다른 곳에서 사용되는 것과 동일한 방식으로 설정됩니다.</li><li>상위 제한 : 표시/건너뛰려는 데이터의 행 수를 설정합니다.</li><li>정렬: 필요에 따라 데이터의 데이터 정렬을 설정합니다.</li><li><img src="https://content.gitbook.com/content/kr3K95OpVnkhRrSKF3Qh/blobs/y6nZBj12Dv1mQl2FeX1M/image.png" alt=""></li></ul></li></ul><p><br></p></td></tr></tbody></table>

예를 들어 주문 목록의 주문 업데이트 버튼에서 첫 번째 명령을 변수 설정 명령으로 설정하고 변수 이름을 날짜로 설정하고 값은 수식 =TODAY()입니다.

![](https://content.gitbook.com/content/kr3K95OpVnkhRrSKF3Qh/blobs/NssyNr8yuAyJGX2IQCUb/image.png)

파라미터 설정 명령, 업데이트 유형, 주문 날짜 필드 추가, 값 클릭 후 팝업 대화 상자의 변수 목록에서 변수 이름을 두 번 클릭하여 삽입하는 새 데이터 테이블 작업 명령을 만듭니다.![](https://help.grapecity.com.cn/download/thumbnails/72354611/image2020-3-11_18-19-11.png?version=1\&modificationDate=1648092565000\&api=v2)

업데이트 조건을 필드 ID의 값으로 1로 설정합니다.&#x20;

![](https://content.gitbook.com/content/kr3K95OpVnkhRrSKF3Qh/blobs/urbfV5adCVrAPThjjucS/image.png)

페이지를 실행합니다，페이지에서 주문 업데이트 버튼을 클릭하면 변수 및 데이터 테이블 설정 작업 명령이 실행되어 주문 테이블의 ID가 1인 레코드의 주문 날짜를 오늘로 업데이트합니다.

![](https://content.gitbook.com/content/kr3K95OpVnkhRrSKF3Qh/blobs/PL7IUsKv6yHOoGulmj7l/image.png)


---

# 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://doc.forguncy.co.kr/command/command/parameter.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.
