# 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.

![](https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/B63r1sJ1IvhvukjJ4029/grafik.png)

3\. Type on the *Del* key to delete these widgets.&#x20;

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 ![](https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/OaWAuHkWE2VF3yGAXfLX/image.png) , the incorrect position is also indicated in the formula editor by a red underline and a tooltip:

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/VGyqncE9LkBMcHjYSt15/image.png" 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.&#x20;
6. Press the *Tab* key, so that the 3-dot menu for the heading widget is displayed.

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/2jA9zX6rUbdi631OrWeH/image.png" 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.&#x20;

The two widgets are now aligned with each other.

In the next step, we display the data in a chart widget.&#x20;
