From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I click on a cell in a table control, and display the value in a string?

Solved!
Go to solution

What I would like to do is to click on a cell in a table control, and have the value of the cell be displayed in a string indicator. What ever cell I click on, I would like the value to be displayed in the indicator.

 

Thank you!

0 Kudos
Message 1 of 5
(3,048 Views)
Solution
Accepted by topic author SciManStev

Use the property "Edit Position".

Message 2 of 5
(3,042 Views)

... or

 

Event >>> ouse down for table.

 

Use Coords" to feed invoke node "point To Row Column" and returned "Cell Postion" can be unbundled to produce the row and column tht can be used to index out the value.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 5
(3,038 Views)

Thank you! I had tried everything but that. I knew it had to be easy.

0 Kudos
Message 4 of 5
(3,037 Views)

Also thanks, sorted my Table issues too. cheers

0 Kudos
Message 5 of 5
(2,991 Views)