Hi,
I trying to draw my custom racks data to dashboard time plot using Calculated Table joins.
My problem is 'Calculated Table joins' update interval 'Always' is not working but only 'Manual' is working. i wanna use this 'Calculated Table joins' Table to calculate another data like throughput or some data, but i can't do that in this situations.
I try to use this code, but everytime it update calculated table's display format is reset
Object table1 = model().find("Tools/CalculatedTables/CalculatedTable1"); function_s(table1, "update",1);
how do i solve this problem.