> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/weitere-june5-produkte/june5-add-in-for-excel/grosse-datenmengen-abrufen.md).

# Retrieve Large Data Sets

To handle large amounts of data, JUNE5 Add-In for Excel provides an additional formula similar to "J5ProcessTable". Unlike this, you only need to enter the additional compression level and aggregate function. Using the formula "=J5ValueTable(Orientation, Start Time, End Time, Compression Level, Aggregate Functions, Cells with Measured Variables)" a table can be created.

Under the advanced settings, via the menu item "Table for Large Data Amounts" the table variant for the wizard can be configured.

## Structure of the Table

The formula is placed in the upper left corner of the table. Depending on whether the table is to be displayed horizontally or vertically, the measured variables must be listed either to the right of the formula or below it. Additionally, the first parameter must be "h" or "horizontal" if the table is to be created horizontally, otherwise "vertical" or "v" for vertical display.

In the second and third fields, the start and end times are defined, but can also reference other cells. This is followed by compression level and aggregate function. In the last field, the cells that contain the measured variables and formula are referenced.


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/weitere-june5-produkte/june5-add-in-for-excel/grosse-datenmengen-abrufen.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.
