LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fusion des lignes d'une colonne de table ou liste multi-colonne

Bonjour,
 
J'aurais voulu savoir si il est possible de fusionner plusieurs lignes d'une colonne d'une commande table ou d'une liste mulicolonne avec LabView ??
 
Merci
Nono
0 Kudos
Message 1 of 6
(3,171 Views)
hello,

This forum it's in english. So you've to options:
1 - translate it
2 - select the french community

I've can't understand complety french and for helping you, it's necessary.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 2 of 6
(3,155 Views)
Hello,
 
Sorry, I've made a mistake when I selected the community. But here is the translation :
I wanted to know if it's possible to merge several lines of a column of a table or multicolumn list with LabView?
 
Thanks in advance
Nono
0 Kudos
Message 3 of 6
(3,138 Views)
Hello,

Doing exactly like excel, where you merge line 1 and the other lines don't, I believe that it's not possible.
You don't wanna add more details to your idea, to let me a better idea and maybe I can find out something for you.
You can merge the n col... But it apply to all the lines. And the procedure will be:
1- read the lines
2- concatenate n col to one array position
3- increase the first col with
4-replace current table for the new array.
But I'm very sure that you don't want this.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 4 of 6
(3,133 Views)

Thanks for your answer,

But, you're right, my idea is in fact to do exactly like in exel (see below)...

toto choice 01
choice 02
choice 03
choice 04
choice 05
tata choice 11
choice 12
choice 13
choice 14
choice 15

I don't know if it's possible to merge several lines of a multicolumn list ?? I think not but maybe somebody have check the same problem as me when you have the first column identical for several items.

Nono

 

0 Kudos
Message 5 of 6
(3,115 Views)
Hi,

You can use a tree control or a simple thing...  A ring control that has the first col itens and everytime you change this ring value, refresh a 1D array indicator (with the second col)
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 6 of 6
(3,110 Views)