Hi everyone,
I have 10 input elements set up as filters. I want to apply the user’s choices to multiple charts. Is there a way to do this without having to recreate a filter with 10 parameters for each chart?
Hi everyone,
I have 10 input elements set up as filters. I want to apply the user’s choices to multiple charts. Is there a way to do this without having to recreate a filter with 10 parameters for each chart?
I’ve realized I could do this with array formulas - specifically lookupArray - if I had discrete values, but I need to do >X AND <Y.
Did you try with a global workflow that will store the end filter to a variable? And then binding all the charts to the same variable?
Hi Quentin, could you expand on your answer?