07-11-2013 05:19 AM
I have a table of measurements, and I would like the row number to be displayed on each row. The challenge is that each time I run the program, the total number of rows will be different, so I would like the numbers to update every time I run the program based on the current number of rows.
I have attached a picture to illustrate what I am trying to do.
Solved! Go to Solution.
07-11-2013 05:44 AM
Create a Property Node for the Table Indicator and select the RowHdrs[] and ColHdrs[] properties. You can wire an array of strings to each of these to give the headers whatever info you'd like. I've built a simple VI that builds a 2D aray of strings of random sizes, then builds arrays of strings for the column and row headers.
07-11-2013 05:56 AM
Find the attached example (saved in version 2009), and you can extract what you need for your code...!!