LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table indicator with Filter in LabVIEW

Hello,

Is it possible to create a table indicator with filter option? like in excel we can filter what data to display based on our selection, can we do the same thing with table indicator any other indicator in Labview? Please suggest. Thanks.

0 Kudos
Message 1 of 2
(2,206 Views)

There is nothing built into the table that will allow you to do that.

 

But if you create your own set of controls for the filter, you can certainly programmatically modify which pieces of data are sent to the table indicator by removing data from the array or reordering items if you want to sort things.  Just create a section of code with an event structure to act on the original array.

0 Kudos
Message 2 of 2
(2,164 Views)