Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to calculate the average of the 10 entries below and above of a field in the script
In your chart try this expression:
RangeAvg(Above(Sum(YourField),10,20))
Hope this helps,
Jason
PS you might need -10 as the second parameter for Above(). I can't remember if the offset goes up or down...
Thanks
Thanks...
If I can not find how to do it in the script, I will do in the graph as you show me
Thanks...
If I can not find how to do it in the script, I will do in the graph as you show me
If you need to do it in the script look at using Peek()