08-14-2008 01:34 AM
I want to sort the data from the table with accending order like
name marks
John 50
mary 80
Cathrine 60
Thomas 67
Suzy 75 to
name marks
Cathrine 60
John 50
mary 80
Suzy 75
Thomas 67 or
name marks
mary 80
Suzy 75
Thomas 67
Cathrine 60
John 50...
I am a new in labview. Pls somebody kindly answer my question.
08-14-2008 01:49 AM
Hi treasure,
are this arrays of different type. Build an array of cluster of your data and use the sort function from the array palette. See also this thread, it shows what i mean.
Mike
08-14-2008 07:28 AM
See attached example. I understood that you are using a Table. Using an array (2D array) should also work the same way.
R
08-14-2008 07:36 AM
That's what I want to do. Very nice and thank you for the quick reply.
Thank you Joe and Mike.
04-29-2009 02:17 AM
04-29-2009 02:19 AM
Hi jeyanthi,
here it is for LV80.
Mike
04-29-2009 03:20 AM