In MX any global can be displayed on a sheet in the form of a table.
We will look at the simplest example (work only with CACHE-2014+ or IRIS)
Upgrade or install MX.
Start mx.xlsb and connect to your namespase with vmx-routines.
After opening first sheet, click button [] ##class(SYS.Stats.Dashboard).Sample()
Then press button [design-mode] (top of screen ).
You will see something like this in the top four lines:
M-Formulas works in cells in the process of opening this sheet, step by step :
- - go to the namespace %SYS ( zn “%SYS” )
- - set dashboard=##class(SYS.Stats.Da
.png)