Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I have 2 alternate states consisting of 16 same filters in both. I would like to select a series of filters(example select 11 filters) in state 1 and apply the same filters in state 2. Is there a way to copy paste instead of having to manually select the same filters in the other state?
Is there an easy solution instead of having to write a script?
Thanks in advance!
You can pass the selections between states in your expressions, using set analysis. See:
The base syntax is e.g.
{< Year=$::Year >}
Thanks for the reply. I would like to have this option to copy, but also to not copy. With the above formula it gets copied to both filters everytime. Thanks anyways