# 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://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-f037861105484c4cdfc5352624527827d601c358%2Fgrafik%20\(332\).png?alt=media)

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 ![](https://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-325b0df9e1669ce87298b7ebe28ecf56c17e53a1%2Fimage%20\(24\).png?alt=media) , the incorrect position is also indicated in the formula editor by a red underline and a tooltip:

<figure><img src="https://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-939baa43188c90347a3eab8d10b06a67ecd34e51%2Fimage%20(127).png?alt=media" 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="https://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-b6e8f1957b6f34de7059e6c624d41491c4cb82d3%2Fimage%20(128).png?alt=media" 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.
