# Add Virtual Column

Virtual fields (columns) can be added to the data table for display. **These virtual fields do not exist in the actual database but combine or calculate values from existing fields to present new information.** For instance, you can create a 'Full Name' column by combining 'First Name' and 'Last Name,' or generate a 'Total Amount' column by multiplying 'Quantity' and 'Unit Price.' This feature allows users to flexibly display and analyze necessary information without altering the original data.

***

### :small\_orange\_diamond: Steps to Add a Virtual Column

1\. Click the **Add Virtual** button.

<figure><img src="/files/ddigZ3yIuseDf5fQWZUF" alt="" width="308"><figcaption><p>Datatable Setup</p></figcaption></figure>

2\. Configure the virtual column’s **Label**, **Column Align**, and **Column Width**.

<figure><img src="/files/u7wsShxOqttXSd2EqKr1" alt="" width="335"><figcaption><p>Edit a Virtual Column</p></figcaption></figure>

3\. Select the **Virtual Type** for the column. The available types are **Text**, **Number**, and **Currency**, with each type offering different editing options depending on its characteristics.

[Learn more about editing virtual column types >](/smallbuilder-lists/builder-setup-steps/datatable-setup/add-and-edit-columns/column-editing-by-type.md)

4\. Click the **Save** button to save the settings and verify the newly added virtual column.

<figure><img src="/files/5LbGBaRSjvbZrh1665Qw" alt="" width="338"><figcaption><p>Added Virtual Column</p></figcaption></figure>


---

# 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://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/datatable-setup/add-virtual-column.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.
