07-05-2018 05:52 AM
Hi all
I'm trying to build / replicate a for excel quite common table in Labview with column header on several rows..
Unfortunately I couldn't find a solution for Labview yet.
I added an example:
Any ideas how to do it? The only idea I got is to take a string table and set all the necessary properties. But I guess there should be a solution with column header.
Any help would be really appreciated.
Thanks
Yves
Solved! Go to Solution.
07-05-2018 06:19 AM - edited 07-05-2018 06:22 AM
A "system" multicolumn listbox looks favourite.
It has row and column headers available, resizable and colourable rows and columns.
07-05-2018
07:58 AM
- last edited on
06-09-2025
03:57 PM
by
Content Cleaner
I'd use the standard table control and set up the column title with Multiple Line Input.
As far as I'm concerned, there is no "split" or "merge" cell functionality
You could use some decorations to mimic this effect
Or use two table controls
You can put those 2 tables in a cluster and save it as a typ-def, which you can use in any .vi as one custom control instead of two separate standard controls ...