# 数据预览和下载

## **字段属性配置**

作为编辑者，你可以通过点击表头的菜单操作按钮，配置字段的属性。

* **编辑描述：**&#x6DFB;加或编辑字段的描述，用于提供字段的背景信息或备注（可选）。

  <figure><img src="/files/UQeDKZVIhcWKe8elCsVk" alt="" width="318"><figcaption></figcaption></figure>

  描述内容会显示在字段名称旁边的提示图标上，鼠标悬停即可查看。

  <figure><img src="/files/3MXfNNGzEmS8fffRI6np" alt="" width="296"><figcaption></figcaption></figure>
* **编辑字段别名：**&#x6DFB;加或编辑字段别名（可选）。如果未设置别名，表头将显示字段的原始名称（即查询中返回的字段名）。

  <figure><img src="/files/u0nfcCmItPnoc16plK91" alt="" width="371"><figcaption></figcaption></figure>

## **筛选与排序**

你可以在 **Data Service** 的数据预览中，对数据进行筛选和排序，以便分析数据、聚焦关键细节或优化数据展示。

### **设置筛选条件**

1. 点击预览表格顶部的 **筛选（Filter）** 按钮。
2. 可以添加多个筛选条件。
   * 选择要筛选的字段（例如：Customer、OrderID、Revenue、Date）。
   * 选择筛选操作符，具体操作符会根据字段的数据类型动态变化（详细参考下表）。
   * 输入筛选值。

<table><thead><tr><th width="184.51953125"></th><th width="177.66796875">字符串（STRING）</th><th width="142.3125">整型（INT）</th><th width="163.703125">浮点数（FLOAT）</th><th width="195.21484375">日期时间（DATETIME）</th><th width="184.48046875">布尔值（BOOLEAN）</th></tr></thead><tbody><tr><td><ul><li>等于</li><li>不等于</li></ul></td><td>✓</td><td>✓</td><td>✓</td><td></td><td>✓</td></tr><tr><td><ul><li>大于</li><li>大于或等于</li><li>小于</li><li>小于或等于</li></ul></td><td>✓</td><td>✓</td><td>✓</td><td></td><td></td></tr><tr><td><ul><li>包含</li><li>不包含</li></ul></td><td>✓</td><td></td><td></td><td></td><td></td></tr><tr><td><ul><li>相对时间范围</li><li>精确时间范围</li></ul></td><td>✓</td><td></td><td></td><td>✓</td><td></td></tr></tbody></table>

3. 点击筛选条件右侧的 **X** 图标，可以删除该条件。
4. 你可以选择多个筛选条件的逻辑关系，是 **满足任意条件**，还是 **满足所有条件**。

点击 **确认（Confirm）** 应用筛选条件。

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

## **设置排序条件**

1. 点击预览表格顶部的 **筛选** 按钮。
2. 你可以添加多个排序条件。
3. 选择需要排序的字段。
4. 选择排序方式（升序 或降序）。
5. 点击排序条件右侧的 **X** 图标，可以删除该排序条件。
6. 点击 **确认** 应用排序条件。

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

## **刷新以获取最新数据**

你可以点击数据预览表右上角的 **刷新（Refresh）** 按钮，提取最新数据。

## **下载数据**

1. 点击数据预览表上方的 **下载** 按钮。
2. 你可以自定义下载文件的名称（可选）。默认文件名为当前数据服务的名称。
3. 选择文件格式（Excel 或 CSV）。
4. 点击 **下载（Download）** 按钮。
5. 在浏览器中查看下载任务进度。

> **注意**：
>
> * 字段别名、筛选和排序条件都会应用在下载的数据文件中。
> * 下载文件的总行数不得超过 **500,000** 行。

<figure><img src="/files/218HFwDma3pWiCpqAe7q" 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://docs.reorc.com/cn-reorc-help-center/data-service/shu-ju-yu-lan-he-xia-zai.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.
