Hi folks,
I have a standard DSO that is built on top off a time-dependent object. Users don't need the daily history and the last entry of the month will suffice so we are only going to have 1 record per month at the most for the object. The standard dso object key thus contains the infoobject key and Calendar month which is derived from the 'From Date' of the infoobject.
The users will running queries on this dso based on the Calendar month. So for the months, where record is available - it is a simple query. But get te data for the month where data is not available.
Example:
Key Month
123 Jan 2014
123 Jun 2014
So when the user runs the report for either of Feb/Mar/Apr/May 2014, the Jan 2014 record should show up.
For anything June 2014 onwards, the Jun 2014 record should show up.
Thanks for your suggestions!