04-09-2020 11:08 AM
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?
04-14-2020 04:30 AM
@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.
06-26-2025 10:09 AM
I was able to accomplish this by creating a template with the filter already set.
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.