Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 :
basically to plot values without dipping , if current value less than previous ploted value, need to plot the previous value
Help much appreciated. thanks in advance
Try this
=RangeMax(Above(Column(1)), Datapoint)
stalwar1 its working
Thanks a lot