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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get selections from two different alternate state to default state?

I have two listBoxes with different Alternate State, for example StateA and StateB. Each listBox has also different dimension. How can I get selections from the two listBoxes to the CurrentSelections which is in default state ? Is it possible to use alternate state in GetCurrentSelections() function ?

Thanks,

Sylwester

1 Reply
swuehl
MVP
MVP

You should be able to use a set expression in your aggregations, e.g. something like:

=Sum({$<Field1 = StateA::Field1, Field2 = StateB::Field2>} Value)

You can probably use a trigger to copy your selections, but then wouldn't it make more sense to just select in default state?