# Columns

## Overview

The columns view of a record shows the structure data of a record in labels and values. This view is mostly used for inventory management tables.

![](/files/LRJJjm5kxILLjcH8vjGC)

## Open columns view

The Column View can be accessed by simply clicking on the "Columns" tab when a record is opened.

## Column groups and types

Columns can be grouped into fixed columns and customizable columns with the following groups.

### Fixed columns

The fixed columns are predefined by Labii and are identical for every record regardless of the table. These include:

* **Overview**
  * **SID** - static encrypt ID.
  * **UID** - unique ID. Syntax: \[Unique Code] + \[Unique Identify]
  * Version
  * Table
  * Projects
  * Updated by
  * Date Updated
  * Owner
  * Date Created.
* **Metadata**
  * Metadata
* **Use this record as a template**
  * Is template
* **Archive this record**
  * Is archived

### Customizable columns

Each table has different customizable columns. A typical experiment table includes the start date, due date, and protocols. These can be added or removed at the table's column settings.

When you use the Subtitle widget, the columns right after will be grouped and displayed separately in both form and columns views.

## Edit a column

In the columns view, you can edit the values of editable fields. Editable fields have an "edit" icon on the right.

To edit a column, click the "edit" icon. Different widgets will have different edit interfaces. Click "Submit" to save your changes.

![](/files/WM6XVHfQe1QkMB7UjxLm)

When a record is archived, the "is\_archived" filed can still be updated.

When a record is signed and locked, the "projects" field can still be updated.

### Edit metadata

Each record can have its own specific metadata. You can add/edit/delete metadata at the metadata columns.

![](/files/BZoO74kuPxSYFOzhM0JV)

{% hint style="info" %}
Metadata can also be managed with the [Metadata](/widgets/section-widgets/data-display/columns.md#metadata) widget.
{% endhint %}

## Copy value

To copy the value of a column, click the copy icon next to a value.


---

# 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.labii.com/user-guide/detail-view/columns.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.
