Text and GlobalText properties of global variables and custom settings
Each widget in a dashboard has its own spreadsheet engine. If multiple widgets reference the same global objects, then those objects are cloned to the engine of each widget. Thus, if two widgets reference the same global variable, you can update the variable in one widget without affecting the value of the cloned variable. This is to facilitate parallel calculation of multiple widgets.
The Text property of a global variable returns the value of the variable only in the current widget. But, sometimes, the value of a global variable must be available to every widget in a dashboard. The GlobalText property of a global variable returns the value that was written most recently by any widget in a dashboard.
GlobalText requires additional communication with the server to retrieve the most recent value from the repository. We recommend that you use GlobalText only when it is essential to retrieve the most recent value.
You can use this example to see the difference between the Text and GlobalText properties: