Skip to Content
0
Sep 15, 2007 at 09:11 PM

temporal format in DSO

16 Views

Hi experts.

I have the next problem:

I have a DSO with the "photo" of customer at the end of month, with the next format:

CUTOMER DATE (from) IMPORT

1000 01.2007 1000

1001 01.2007 800

1000 02.2007 1000

1001 02.2007 500

I want to get to load this data into other DSO with the next format

CUSTOMER DATEFROM DATETO IMPORT

1000 01.2007 12.9999 1000

1001 01.2007 02.2007 800

1001 02.2007 12.9999 500

How can I get it?

Thanks too much