09-13-2017 05:37 AM
I run a test in the front panel and then the results populate in the table indicator as shown below.
At the moment to clear the table requires highlighting the table and going to Edit> "Reintialize Selected Values to Default".
This clears all the data from the table. But I was wondering if a more user friendly approach can be used e.g.
1. Upon the next Run the table automatically clears
2. Manually clear the table with a tab button
Would appreciate any feedback.
Many Thanks
Solved! Go to Solution.
09-13-2017 05:43 AM
09-13-2017 06:37 AM
Thanks GerdW,
Empty string works for Row headers but I still want to keep the headers of the columns.
I only want to clear the data inside the table rather than the column headers which I still want to keep. At the moment I'm using an invoke node to reinitialize the values to default - But I don't really see that as permanent solution.
Many Thanks
09-13-2017 06:45 AM
Just program what GerdW recommended: Write an empty array to a local variable of your table control.
Regards, Jens
09-13-2017 06:45 AM
Hi neunited,
Empty string works for Row headers but I still want to keep the headers of the columns.
You didn't say so in your first post…
Then just clear row headers and data!
I only want to clear the data inside the table
I repeat: write an empty array into the table!
09-13-2017 07:00 AM
Thanks,
The key point you included was using a local variable. Job done!