LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide table columns

I've a little question:
I've a table and I wanto to hide some columns.For example if my table has 10
columns, i want to see column number 1,3,5,7,9.
Can I do this by a property or invoke node?
thank.you very much.

roby.
0 Kudos
Message 1 of 4
(3,988 Views)
I don't think that you can hide a column (as you can do in Excel for instance), but you could read the table, delete the colums that you don't want to display (starting with the highest index number !), and display the table again...
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 4
(3,988 Views)
I don't think that you can hide a column (as you can do in Excel for instance), but you could read the table, delete the colums that you don't want to display (starting with the highest index number !), and display the table again...
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 4
(3,988 Views)
The attached jpg illustrates a technique of adjusting column widths.

FYI

Table indexes work as expected with the following "extras".

-2,-2 -> Entire table
-1,X -> Collumn headers
X,-1 -> Row headers

I hope this helps,

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