Hi,
I have indicator that looks like this :
The table is automatically filled in live depending on the results of some test that are carried out by the labview program. Depending on the values measured during the tests, each cell will get a different background color (also live).
So in the end, I am getting a table whose values and colors are slightly modified. At the end of the test, another tab will automatically be displayed, showing the summary of all the tests that have been carried out.
What I would like is to just make an exact copy of my table that has been automatically filled in, respecting the values and the colors of the table, in the second tab. I am looking for the best way of doing this. Any ideas?
Just defining the table outside the tabs and showing/hiding it dependin on the tab is not a good option, since I have too many tabs and indicators, and they are placed in different places in each tab, so showing/hiding and moving them should be a mess.
Thanks!