LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read xls with headers and data, putting the headers into a control for selection

Hello,
I have an application where I want to read a xls-file where the different columns have a header and then some data. For example;
Item1(string)                   item2              ...
number1(number)          number4
number2(number)          number5
number3(number)          number6
.
.
.
I need to put the headers (or in this case the items) into a control so that the user can select one of the items.
Is it possible to make such a "dynamic" control, where the items in the control depends on whats in the file?
 
0 Kudos
Message 1 of 4
(2,433 Views)
IFK_GUI_Ring Ctrl for Dynamic Items.vi
 
Using Ring Control's property node to dynamically change its Items
 
regards
 
 
 
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 2 of 4
(2,426 Views)

Thank You!

Just what I was looking for! 🙂

 

0 Kudos
Message 3 of 4
(2,413 Views)
You're most welcome... this is the place where we learn!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 4 of 4
(2,409 Views)