Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
found it.
This is the right syntax:
sum({Filter2<Population={'Individuals'}, Identical={'Person'}>} counter)
found it.
This is the right syntax:
sum({Filter2<Population={'Individuals'}, Identical={'Person'}>} counter)