Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey!!
I would like to plot the following expression:
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
=rangeavg(above(Avg(Value), 0, rowno()))
Sorry but it still doesn't do what I need...
Thank you for your effort. I appreciate your persistance.
Eduardo