Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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
Use Alternate State for the Animation Chart
Actually I am not sure if selections can be made during an animation
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
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.
try
SUM({<Year=>} [CA])
instead of
SUM({<Year=>},[CA])
Works fine, ... i was thanks for your help.
You're welcome
regards
Marco