Hi Dieter ,
I am having a company record in table having different status stored as below -
Comapny ID - company identifier
Effv Date - Date on which record is getting inserted to table
Staus Codes - Status codes linked to company identifier , which can be same or different thatn previous record.
Company ID Effective Date Status Codes
C1 1st March JS
C1 2nd March AB C1 3rd March ZB
C1 4th March JS C1 5th March JS
Here I want to return the company identifier along with
-it's currentstatus i.e. J S (5th March)
-it's previous status where there is a change i.e. Z B (3rd March).
Thanks for your Help!
Hi Dieter ,
I am having a company record in table having different status stored as below -
Comapny ID - company identifier
Effv Date - Date on which record is getting inserted to table
Staus Codes - Status codes linked to company identifier , which can be same or different thatn previous record.
Company ID Effective Date Status Codes
C1 1st March JS
C1 2nd March AB
C1 3rd March ZB
C1 4th March JS
C1 5th March JS
Here I want to return the company identifier along with
-it's currentstatus i.e. J S (5th March)
-it's previous status where there is a change i.e. Z B (3rd March).
Thanks for your Help!
Kanch