Variable in docs

Hello,

I have a table where I am doing some calculations… I would like in a text to insert the value calculated. Like this when my value is updated in my table I still have my doc up to update.
Thanks
Alex

You can put table values on the canvas (where ever you want: on a line by themselves or in the middle of text). Just type “=” and then start with the name of the table, the column name and the position of the value (like first(), last(), nth() or with a filter(). You can ‘cleanup’ the appearance of value with an addition of totext() if it doesn’t look nice.

Like so: [table].column.first().ToText()

1 Like

perfect thanks a lot