# Adding data to your table

When you drag and drop a *Qommentary Writeback* extension to your sheet, you will be prompted to select Dimensions and Measures.&#x20;

Adding dimensions and measures works in the same fashion as native Qlik Sense charts.&#x20;

{% hint style="warning" %}
A minimum of **one (1) dimension** is required for the extension to be initialized.
{% endhint %}

Additionally, the following *Qommentary Writeback* properties are available:

### Dimensions

| Property              | Description                                                    | Default |
| --------------------- | -------------------------------------------------------------- | ------- |
| Primary key dimension | Enable if dimension will be used as a primary key              | `false` |
| Hide column           | If ticked, dimension will not be displayed in table            | `false` |
| Column width          | Custom column width in pixels                                  | `125px` |
| Allow sorting         | Allows dimension to be sorted in ascending or descending order | `true`  |

### Measures

| Property      | Description                                                    | Default |
| ------------- | -------------------------------------------------------------- | ------- |
| Hide column   | If ticked, dimension will not be displayed in table            | `false` |
| Column width  | Custom column width in pixels                                  | `125px` |
| Allow sorting | Allows dimension to be sorted in ascending or descending order | `true`  |


---

# 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://knowledgebase.qommentary.com/qommentary-writeback/adding-data-to-your-table.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.
