Hi there, gurus!
I will appreciate any advice.
I have infoprovider with Real Estate data.
I have for example three rows there:
Object | Meastype | Value | Validto | Validfrom |
---|---|---|---|---|
Building 1 | ZS09 | 10 | 01.01.2014 | 31.01.2014 |
Building 1 | ZS09 | 12 | 01.02.2014 | 30.06.2014 |
Building 1 | ZS09 | 14 | 01.07.2014 | 31.12.2014 |
I need to calculate the average VALUE for ALL months like:
jan - 10
feb - 12
mar - 12
apr - 12
may - 12
jun - 12
jul - 14
aug - 14
sep - 14
oct - 14
nov - 14
dec - 14
AVERAGE = (10 + 12 + 12 + 12 + 12 + .... + 14)/12.
How can i do this in BEx?
Can i solve this just using calculate kyf?
Thank you in advance.