Hi,
I would like to define several global variables in one central place, and then insert the values into concatenated texts in several tables, columns, etc… For example:
default color = blue
default country = USA
default city = Washington
Forexample, in Excel I would do this by naming a cell “default_color”, and then insert that name wherever I needed it.
How can I do this in Grist? Complete Grist/Python noob here… I read the Example of Global Variable, but I don’t really understand the explanation.