I am trying to retrieve consumption values from date range without having to use a crosstab.
I am able to retrieve the first and the last date values but not the middle date value by using the following formulas:
First Value formula = First([consumption] in section)
Last value formula = Last([Consumption] in section)
Middle value Formula = ????????
The final product should look something like this:
Object | Current Week Value | Last week Value | Two Weeks ago |
---|---|---|---|
1050 | |||
1054 | |||
1366 | |||
1375 |