LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Web UI Builder Sort 2D Array by Column

I'm trying to sort a group of arrays by one priority array but I'm having troubling finding a solution in the web ui builder.  I found this doc for LabView but with the web builder I didn't see a way to cluster (only Bundle Point, which isn't compatible with Sort 1D Array) so this hasn't worked for me.  I thought of maybe writing my own sorting VI but I'm hoping there is a simpler way to do it.  Any help is very appreciated!

0 Kudos
Message 1 of 2
(6,751 Views)

Hello Trije,

 

Because the Web UI Builder is intended to createthin web clients, it does not possess all of the functionality included with LabVIEW. The cluster functions abvailable through the Web UI Builder are limited to those documented here:

 

http://zone.ni.com/reference/en-XX/help/373286A-01/uibuilderref/wuib_cluster_pal/

 

Since the Bundle and Undundle Point functions seem insufficient, you will unfortunately have to implement your own sorting algorithm using the functionalitry of the Web UI Builder.

0 Kudos
Message 2 of 2
(6,731 Views)