Hi,
I have a DSO which has below three fields along with some other status fields;
Installation Point start date End Date status1 status2.
An installation can have multiple start dates & end dates depending upon how the status is chainging.
For ex.
Installation Point start date end date status1 status2
IP 03/04/13 30/04/13 X
IP 1/05/13 15/05/13 X X
IP 16/05/13 31/12/9999 X
Now if I need to run a report to get the statuses at a particular date, for example if I input 10/05/13 then it should show the second record in the output
report.
So the input date needs to compare the start date & end date, then show the result.
can you please help how to achieve this.
Thanks in advance.