> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc/bloc-front-end-overview/data-display.md).

# Data Display

The Data Display section of the bloc is where you get to see your live data

![](/files/-Ma3vF4BZp-vlbBJAtHz)

Its possible to also view data with the raw timestamps and username by pressing X in the top right hand side of where the form is located.

![](/files/-Ma3vr7pjxqBNv2WMV3b)

![Data with Time stamps and Blocworx User ID visible.](/files/-Ma3vXRXphiB9fgo84I6)

### Data Display Settings

You can use the [Data Display Settings](/blocworx-documentation/bloc-editor/bloc-settings/data-display-settings.md) in the Bloc Editor to determine what data is seen on the bloc. From there you can also opt to completely hide the username and time stamp. You can also decide the order of the columns.

### Export All Data

You can run a quick excel file report of all your data by clicking "Export All Data".

![](/files/-Ma3wWv3xydMQz_tPQau)

### Export Filtered Data

It is possible to export just the data you have filtered also. To achieve this you must have used the [data filtering](/blocworx-documentation/bloc/bloc-front-end-overview.md#filter-and-search-data). Once Blocworx recognises that data has been filtered the button will appear.

![](/files/-Ma3wsDh1xBDIEAAMuMO)

### Delete All Data

You can Delete All Data using this option.

{% hint style="danger" %}
As this is in irreversible action, this can only be done by users with [full Administrative privileges](/blocworx-documentation/admin-and-development/roles-and-permissions.md). \
\
There are also extra precautionary steps. You must manually type DELETEALLDATA and it also looks for your password again.
{% endhint %}

### Data Display Settings and the Varying Data Views available

Click below to explore all our data views, from calendars to block view, to upcoming Gantt Charts and Kanban views

{% content-ref url="/pages/-MUO2k9fJerxpTOtfi3K" %}
[Data Display Settings](/blocworx-documentation/bloc-editor/bloc-settings/data-display-settings.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.blocworx.com/blocworx-documentation/bloc/bloc-front-end-overview/data-display.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
