> 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/webanwendung/sichten/wertetabelle.md).

# Value Table

The value table allows tabular display of measured values. The table consists of the time column and additional columns for measurements. As control elements, the navigation (paging) is available in the footer and a search field and a dropdown list field for the data quantity above the table. The table can be sorted in ascending or descending order as desired. This is done by clicking on the desired column header.

## Creating a Value Table

After clicking the button with the *plus symbol* in the toolbar, a window appears where the *Value Table* entry is selected. Subsequently, the desired measurements can be added to the table from the object list on the left. This is done by clicking the auxiliary button with the three dots to the right of the measurements.

## Setting Options for the Measurement

These settings are available with the auxiliary button of the respective measurement. The relevant measurements are listed in the list view under the heading *Selected*.

* Measurement Color
* Ignore Null Values
* [Measurement Exchange](/june5-3.7/en/webanwendung/sichten/messgroessenaustausch.md)

## Properties

The following properties can be configured in the *Properties Window*:

* Name
* Identification
* [Start Time](/june5-3.7/en/webanwendung/sichten/startzeit.md) *(automatically with current timestamp, absolute or relative)*
* Start Database
* Widget Border Color (*only in Dashboard!*)
* Widget Border Width (*only in Dashboard!*)

## Ad Hoc Settings

These settings are located in the vertical toolbar. The vertical toolbar is positioned on the left side of the object. The buttons on the vertical toolbar are disabled when the properties window is opened!

The vertical toolbar provides buttons for the following settings.

* Refresh *(loads newly available values from the data source).*
* Database *(opens a dialog where the data source can be changed for all measurements. For example, it is possible to switch between daily or weekly data in the value display).*
* Set Time *(opens a modal window where the time point/range can be adjusted).*
* Previous Time Interval
* Next Time Interval
* CSV Export (See chapter [Data Export as CSV](/june5-3.7/en/webanwendung/sichten/datenexport-als-csv.md))
* Current Control (Determines the function type of the mouse pointer. E.g.: Standard, Swipe or Zoom)

## Toolbar

The toolbar provides buttons for the following settings.

* Refresh *(loads newly available values from the data source).*
* Database *(opens a dialog where the data source can be changed for all measurements. For example, it is possible to switch between daily or weekly data in the value display).*
* Set Time *(opens a modal window where the time point/range can be adjusted).*
* Previous Time Interval
* Next Time Interval

## Value Marking and Color

* Values that are within the permissible range are displayed in black text.
* Limit value violations are displayed in blue text.
* Limit value exceedances are displayed in red text.

## Empty Table Cells

If a cell is empty, there are neither timestamps nor values for the corresponding measurements. If a cell contains the symbol -/-, there are no values for the corresponding measurements.

## Printing

Printing is described in the chapter [Printing](/june5-3.7/en/webanwendung/sichten/drucken.md).

## Delete

To delete a value table, you can press the auxiliary button with the three dots to the right of the value table in the object list on the left. In the following drop-down menu, the delete button appears, identifiable by the *trash can symbol*. Once this is pressed, the value table is permanently deleted.


---

# 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/webanwendung/sichten/wertetabelle.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.
