# Widget references across pages

1. Open the page *Calculator*.
2. Select the four table widgets on the left, e.g. by clicking on the widgets with holding the *Shift* key pressed.

![](/files/K5iF3GlyhctsNICZADdi)

3\. Type on the *Del* key to delete these widgets.

Now the remaining table widget displays the error *!REFERENCE*, because its Content formula still contains references to the deleted widgets. For this widget, if you click on the "Execute formula" button ![](/files/0Eo02fRpv9LNUude0DwF) , the incorrect position is also indicated in the formula editor by a red underline and a tooltip:

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

4. Replace the current formula of the table widget with this formula:

**COMBINE**(<mark style="color:blue;">#Page1.year</mark>; <mark style="color:blue;">#Page1.contribution</mark>; <mark style="color:blue;">#Page1.totalValue</mark>; <mark style="color:blue;">#Page1.growth</mark>; *<mark style="color:orange;">horizontal</mark>*)

**Note**: The new formula uses now the widget content of the other page. For this, the page name is inserted before the widget name, separated with a dot "."

5. Select the table widget and its heading widget by clicking on them, holding down the *CTRL* key.
6. Press the *Tab* key, so that the 3-dot menu for the heading widget is displayed.

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

7. Click on the 3-dot menu and select **Size / Apply same width**, **Align / Align to left** and **Align / Align column widths** one after the other.

The two widgets are now aligned with each other.

In the next step, we display the data in a chart widget.


---

# 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.nedyx.com/version-1.66/nedyx/getting-started/widget-references-across-pages.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.
