I have a spreadsheet file that contains about 15 columns of data acquired in LabVIEW. I would like to open this data in another vi, display certain columns in a table, and graph them accordingly.
For instance I would like my table to look like this:
Column 1 Column 5 Column 8 Column 15
x x x x
x x x x
x x x x
x x x x
etc.. (where the emitted column numbers still exist in the spreadsheet, however, they are not displayed to the user at this time
.)
Then I would also like to take the values from this table and graph them -- I would like to graph the last three columns as my 'Y' values, and the first column would represent my 'X' values.
Thanks a ton.
Travis