# 숨겨진 정보 표시

페이지의 셀 또는 명령은 숨겨진 범위 셀의 데이터를 참조하며, 앱을 디버깅할 때 숨겨진 데이터를 확인해야 하는 경우 숨겨진 영역을 숨기지 않고 보기한 다음 숨기기를 다시 설정해야 합니다.

이 섹션에서는 앱을 디버깅할 때 숨겨진 정보를 표시하는 방법에 대해 설명합니다.

디자이너에서 Ctrl+F5를 누르거나 Ctrl 키를 누른 채 클릭합니다. 이렇게 하면 웹 페이지의 숨겨진 영역이 표시되므로 앱을 쉽게 디버깅할 수 있습니다. 이 디스플레이는 임시로 표시되며 응용 프로그램의 설정에 영향을 주지 않습니다.

예를 들어 텍스트 상자에 ID 값을 입력하고 VLOOKUP 수식을 사용하여 ID에 해당하는 주문 번호를 쿼리하려면 주문 테이블을 참조해야 합니다.

여기서 T-AQ 열은 숨겨진 열로 나열되며, 이는 주문 테이블 테이블이 숨겨져 있으며 실행 후 표시되지 않음을 나타냅니다. ID 값을 입력하여 주문 번호 쿼리할 때 쿼리된 값이 올바른지 확인할 수 없습니다.

<figure><img src="/files/iyOBDY2A3NAvbtnPBPJI" alt=""><figcaption></figcaption></figure>

Ctrl+F5를 누르거나 Ctrl 키를 누른 다음 클릭하여 숨겨진 테이블을 표시하여 쿼리된 값이 올바른지 쉽게 확인할 수 있습니다.

<figure><img src="/files/g28ZiPilnktCTJHGi0cy" alt=""><figcaption></figcaption></figure>


---

# 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/v7/command/run_debuging/debug/showhiddeninfo.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.
