Hello dear experts,
I got a question regarding data modelling with time.
The request is to report on data which is based on a time interval:
Example Data:
Char 1 From To Value KF1
A 01.01.1000 31.12.2003 10
A 01.01.2004 31.01.2004 20
A 01.02.2004 31.12.9999 15
KF 1 is non cumulative.
The Query should look like this:
Char1 Dez 13 Jan 04 Feb 04 Mar 04 April 04
A 10 20 15 15 15
KF 1 is non cumulative,
The time dimension in the Query is flexible, so the user can select as many month to display as he likes to.
So my only idea to solve this is to bring the data on a "month snap shot" level before
For this I would need to create one entry for each month within the intervals. Since it is a lot of data I´d rather not do that...
Does anyone of you have an idea on this how to do it better?
Thank you very much in advance,
kind Regards
Oliver