Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Animated chart based on Year dimension

Hello,

I've made an animated chart based on Year dimension and i'm wondering if it's possible to keep this animation working even if i'm filtering on year for other charts ?

Regards,

1 Solution

Accepted Solutions
MarcoWedel

use set expressions in your chart expressions like

Sum({$<Year=>} somefield)

to let the chart be independent of any year selections.

hope this helps

regards

Marco

View solution in original post

7 Replies
rustyfishbones
Master II
Master II

Use Alternate State for the Animation Chart

rustyfishbones
Master II
Master II

Actually I am not sure if selections can be made during an animation

MarcoWedel

use set expressions in your chart expressions like

Sum({$<Year=>} somefield)

to let the chart be independent of any year selections.

hope this helps

regards

Marco

Not applicable
Author

I tried SUM({<Year=>},[CA]),SUM({<Year=>},[qt]) it kept all year on the animation but figures became weird, they seemed to be correct only for the selected year.

MarcoWedel

try

SUM({<Year=>} [CA])

instead of

SUM({<Year=>},[CA])

Not applicable
Author

Works fine, ... i was thanks for your help.

MarcoWedel

You're welcome

regards

Marco