> For the complete documentation index, see [llms.txt](https://docs.aligned.ch/aligned-elements-web-client-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aligned.ch/aligned-elements-web-client-user-manual/3.2.300.26398/explorers-and-views/query-chapter.md).

# List View (Display as List)

A Document Object in a Chapter can be displayed in a List View. This tabular form lists the Document Objects together with their attributes. The Filter, Search and Sort options help you work with the set.

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

### Adding new Items

To add new items at the bottom of the list, use the **Add** button. Note that this will only display the input controls currently displayed in the selected columns.

To add a new item using the Document object types form, click **Actions** and then **Add \<Document Object Type>**. This will navigate you to the input/edit form of the Document Object type.

### Inline Editing of Document Objects in the List

To activate Edit mode, click the **Edit** button. This will display edit controls for the attributes currently selected in the **Display additional columns**-dropdown, click **Refresh** and lock the currently listed Document Objects for editing by clicking **Edit**.

{% hint style="info" %}
Note! Not all attribute types are available for inline editing.
{% endhint %}

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

Use the edit controls to edit the attributes of the Document Objects listed. When completed, click **Save** to save your changes. A **Gap Form** will be displayed. Enter a change comment that will be used for all modified Document Objects.

### Show Comments

Tick the Show Comments checkbox and click Refresh to load Comments associated with the yielded Document objects.

### (Search) Filter and Sorting

Click on the **Filter** caption to narrow down the displayed Document Object set according to your selected filter criteria. Use the dropdown and the **Plus** button to add filter criteria and set the value for each criterion. The filter criteria are applied using an AND mechanism.

**Sorting** is done by clicking on the sorting glyphs next to the column caption.

{% hint style="info" %}
Note! The search filter settings are stored and applied again the next time you display a list for the given Design Control type.
{% endhint %}

### Display additional columns

Use the **Display additional columns** dropdown to select which attributes and data to display for each Document Object in the table. Click **Refresh** after having updated the value.

### Load Max Items

Use the **Load Max Items** option to limit the number of items to be fetched from the database. This option is particularly useful when loading items from external systems that might suffer from limited performance issues. Click **Refresh** after having updated the value.

### Load From Start / End

Use the Load From option to specify if items shall be loaded from the start or end of the list of available items. This option is particularly useful when loading items from extremely large sets from external systems. Click **Refresh** after having updated the value.

### Search for term

Further refine the yielded set by using the search-as-you-type filter text box, searching for any part of a word in displayed in the grid.  &#x20;

### Filter Columns <a href="#search-filter" id="search-filter"></a>

Use the Filter Columns **Add** button to further refine the yielded data set by filtering on one or more columns to find items of interest.

### Paging Options

Use the Paging Options to specify the number of items to display on the current page and to navigate to other pages in the list.

### Navigate between Pages <a href="#paging-options-1" id="paging-options-1"></a>

Toggle between pages using the numbered buttons on the right side above the result grid to navigate between the pages.

## Inspect Document Object "health" using Positive Cues

Just like in the Chapter View, Positive Cues can be used to inspect the Document Objects "health" status. The **coloured dots** next to the Document Object ID indicates an aggregated inconsistency state called **Positive Cues**. In the typcal case, red means the item is inconsistent and green means that it is consistent.

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

Read more about Positive Cues [here](#inspect-document-object-health-using-positive-cues).

## Actions in the List View

The Actions button supports the following operations

* Add Document Object
* Modify Multiple Items
* Generate Multiple...
* Display Inconsistencies
* Display Consistency Coverage
* Display Charts
* Set Snapshots
* Add to Review
* Add Tags
* Lock Document Objects
* Add to Test Run (for Test Cases)
* Generate Word Report
* Generate Template based Word Report
* Generate Excel Report
* Create File for Objects
* Export Document Objects
* Import Document Objects

Document Object types that have File Attributes also have the options:

* Save Files to Disk
* Save Files as PDFs


---

# 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.aligned.ch/aligned-elements-web-client-user-manual/3.2.300.26398/explorers-and-views/query-chapter.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.
