LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use multicolumn listbox select functionality on table with non-numeric data

Solved!
Go to solution

I have delimited data containing both numeric and string values that I want to display in a table. I would like the user to be able to select a single row of that data. This is built in functionality of the multicolumn listbox and not the table, but the MCLB seems to have a limit of only storing and displaying numeric data. I could manually add all of that functionality to the table control, but there has to be a better way. I'm open to using 3rd party libraries. 

0 Kudos
Message 1 of 3
(89 Views)
Solution
Accepted by Nokaroa

The displayed data of a MCLB is a 2D array of strings while the "value" is the selected row. It should be perfectly suitable for your purpose.

 

A formatted number is a string too.

If you still have problems, show us your code.

 

altenbach_0-1770827042133.png

 

0 Kudos
Message 2 of 3
(64 Views)

I had no idea. Thank you

0 Kudos
Message 3 of 3
(50 Views)