Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
curiousfellow
Specialist
Specialist

use selections from inherited state in alternate state

I have an app with quit some listboxes.

Now I want to compare two different periods in one chart

So I created an alternate stated called "compare"  and a listbox with different periods assigned to "compare"

In my chart now there is an expression

sum(amount)

and an expression

sum({compare}amount)

I would like to use the selections from the other listboxes in the second expression too without having to use the DImensionxxx = $:: for every dimension in the "inherited"listboxes. It reduces the change of forgetting one of the selected items.

I read about copying selections from one state to another, but that needs the client to push buttons ?


1 Solution

Accepted Solutions
sunny_talwar

May be you want it to be like this

Sum({$<Period = [Compare]::Period>} amount)

View solution in original post

2 Replies
sunny_talwar

May be you want it to be like this

Sum({$<Period = [Compare]::Period>} amount)