Is there a workaround to filter an analysis to include multiple filter values for the corresponding table records?
I.E. if I have multiple stations, and want the analysis to include the same records in my interactive table widget filter, using a multiselect for the Station, is there any way to do that?
What would that custom widget look like? I was trying to create a box plot on cycle time, where I could use a multiselect to add or remove individual workstations for a particular area.
You would have to rebuild the charting library with APIs and a viz library. But once you have done that it would not be hard to pass in a list of variables to include/exclude.
@jmlowden I inquired internally on this topic and the response is that currently there is no plan to include this feature in the foreseeable future. Dan’s recommendation to use a custom widget is the best path forward for a solution.