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: 
Not applicable

Average of all preceding values

Hey!!

I would like to plot the following expression:

z_i = \lambda \bar x_i + \left ( 1 - \lambda \right)z_{i - 1}.

For that I need the average of all preceding values. My dimension is a column with dates (days).

I tried: lambda*avg(L_Z1V1)+(1-lambda)*avg({1-$}L_Z1V1)

But it didn't work.

Thank you very much!!!

Eduardo

11 Replies
whiteline
Master II
Master II

=rangeavg(above(Avg(Value), 0, rowno()))

Not applicable
Author

Sorry but it still doesn't do what I need...

Thank you for your effort. I appreciate your persistance.

Eduardo