I am doing a fit Y by X using by variable (3 levels). I then add a legend by a nominal variable. Add a local data filter to select the batches of interest. This works as expected and desired. As select various batches the graph updates including the legend.
However only for the first subgraph, to do the others I need to create a local data filter for each of the others. The workflow then requires me to select the correct batches in each local filter.
This is part I would like to streamline for ease and reduce the chance of error in batch selection.
I have tried to create a global data filter and that half works. The correct data is shown in each subgraph, however the legends do not auto update and I need to remove and reset them. This reduces selection error but at the price of more manual interaction.
Is it possible to create a single local data filter that addresses all the subgraphs in a window that will also take advantage of the legend updating when selection is changed?