LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Table Like in Excel

Is there anything in LabVIEW that allows the user to filter a table like in Excel? 

 

I want a drop down that has the features like the image below: text box filter, ability to select one or more options, and a Select All option.  

 

I attached a solution I built to provide these functions, but is there a better built-in option?  

 

BrittonB_0-1586448075892.png

 

0 Kudos
Message 1 of 3
(2,447 Views)

@BrittonB wrote:

I attached a solution I built to provide these functions, but is there a better built-in option?  


Short answer: no.

 

Nothing build in that does this.

 

I'd personally go with combo boxes, but I'm not sure if that will get you all the way to what you want.

0 Kudos
Message 2 of 3
(2,377 Views)

I was able to accomplish this by creating a template with the filter already set.

filter.png

Then when you create your report, you include the template path into the template input. Once you populate your excel with data, your filter will work. 

0 Kudos
Message 3 of 3
(22 Views)