JamesFlowers
Programmer
Hi,
I have a dataset that has a part number and a date
part date
1 01/01/2005
1 01/02/2005
1 01/03/2005
this date is the "phase in" date, and I want to constrct a "phase out" date using the next line date-1 to create the range and adding sysdate as the last date.
part date out_date
1 01/01/2005 31/01/2005
1 01/02/2005 28/05/2005
1 01/03/2005 sysdate
Any ideas
TIA
Regards
JmesFlowers-Smiths Detection , Watford , UK
James Flowers
Crystal Consultant
I have a dataset that has a part number and a date
part date
1 01/01/2005
1 01/02/2005
1 01/03/2005
this date is the "phase in" date, and I want to constrct a "phase out" date using the next line date-1 to create the range and adding sysdate as the last date.
part date out_date
1 01/01/2005 31/01/2005
1 01/02/2005 28/05/2005
1 01/03/2005 sysdate
Any ideas
TIA
Regards
JmesFlowers-Smiths Detection , Watford , UK
James Flowers
Crystal Consultant