Widget references

In formulas, widget references are used to access the content of a widget.

Syntax: #page.widget

with

  • page - name of the page of the referenced widget - optional

  • widget - name of the referenced widget

Remark

  • An alternative syntax is just using #me. In this case the widget that executes the current formula is returned.

Examples

  • #page1.cell1 - returns the content of the widget with the name cell1 in page page1

  • #table1 - returns the content of the widget with the name text1 in the current page

  • #me - returns the content of the widget that executes the current formula.

Last updated