Hi all, I have a table looks like this
Date ValueX Jan 14 12 Feb 14 18 Mar 14 5 Apr 14 4 May 14 10 Jun 14 5 Jul 14 16
I would like a query that returns the AVERAGE figure of the three values starting from the maximum value
In this case, it is (18+5+4) / 3 = 9
Thanks