Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Andy1221
Contributor
Contributor

Copy filter values between different states

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!

Labels (1)
2 Replies
Or
MVP
MVP

You can pass the selections between states in your expressions, using set analysis. See:

https://community.qlik.com/t5/Design/Alternate-States-for-Comparative-Analysis-in-Qlik-Sense/ba-p/20...

The base syntax is e.g.

{< Year=$::Year >}

 

Andy1221
Contributor
Contributor
Author

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