Good morning guys!
How do you exactly display that table on a dashboard?
I wrote a similar script, tested it, and it's working fine. It returns the table, as the above example.
I created a new DCI on the NetXMS server, with its origin being this script. When I go to the Last Values tab, the value of this DCI is show, e.g. Table@00000142F14623E0.
On the script, I can use println associated with table->rows, row->values etc. to print the table,
but how do I display this table on the dashboard? I tried the Table Value element, but i didin't work.
Thank you in advance.
				
			How do you exactly display that table on a dashboard?
I wrote a similar script, tested it, and it's working fine. It returns the table, as the above example.
I created a new DCI on the NetXMS server, with its origin being this script. When I go to the Last Values tab, the value of this DCI is show, e.g. Table@00000142F14623E0.
On the script, I can use println associated with table->rows, row->values etc. to print the table,
but how do I display this table on the dashboard? I tried the Table Value element, but i didin't work.
Thank you in advance.