Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

slider nd accumulation

hi

my requirment is like bar chart displaying  10  yrs historical data.whenever client elects the particular yer like 1993.he needs to get accumulation of last 3yrs like 92,91 and 93.how to solve this requirement.

value should pass dynmically to the slider.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try sum(Year={'>$(=max(Year)-2)<=$(=max(Year))'}Amount). If that's not the answer you're looking for then please post a document with data and an explanation.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try sum(Year={'>$(=max(Year)-2)<=$(=max(Year))'}Amount). If that's not the answer you're looking for then please post a document with data and an explanation.


talk is cheap, supply exceeds demand
Not applicable
Author

if above gysbert answer is not working

u may try in chart level like

above(sum(amount),3))

or

accumation 3 steps back