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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
anukrish11
Contributor
Contributor

cummulative chart help.

Hi,

Basically am new to qlik. it is simple but i am not able to find any solution. kindly help

i need to plot values like below :

Capture.PNG

basically to plot values without dipping , if current value less than previous ploted value, need to plot the previous value

Capture.PNG

Help much appreciated. thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

Try this

=RangeMax(Above(Column(1)), Datapoint)


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try this

=RangeMax(Above(Column(1)), Datapoint)


Capture.PNG

anukrish11
Contributor
Contributor
Author

stalwar1‌ its working Thanks a lot