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: 
Anonymous
Not applicable

Alternate State and Set Analysis

Hi,

I have two charts that are separated with alternate states in order for the user to look at different selections in both charts to compare etc.

The first chart is obviously the "normal" state kind and the second has an expression like this:

sum({$<Population={'Individuals'}, Identical={'Person'}>} {Filter2} counter)

(hence, the "normal" chart has everything like the expression aboove exept the "{Filter2}"

Now, if a choose the exact same selections for both charts they don't show the same. And i can't figure out why. The charts are set in the different states and the multiboxes are also with the right state, when looking at the two different current selection boxes for each state they have the exact same selections.

Please help?

//A.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

found it.

This is the right syntax:

sum({Filter2<Population={'Individuals'}, Identical={'Person'}>} counter)

View solution in original post

1 Reply
Anonymous
Not applicable
Author

found it.

This is the right syntax:

sum({Filter2<Population={'Individuals'}, Identical={'Person'}>} counter)