Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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