So i have been given the task of "Defect Aging" basically telling how old a defect is.
So say you are given:
Defect DateOpened
1 10/1/2008
2 10/2/2008
3 10/3/2008
4 10/4/2008
5 10/5/2008
6 10/6/2008
I need the data to be returned like this:
Defect DateOpened DaysOld
1 10/1/2008 5
2 10/2/2008 4
3 10/3/2008 3
4 10/4/2008 2
5 10/5/2008 1
6 10/6/2008 0
What this intern does is creates a chart that has defect again.
Would it just be a datediff on the date and now?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008
So say you are given:
Defect DateOpened
1 10/1/2008
2 10/2/2008
3 10/3/2008
4 10/4/2008
5 10/5/2008
6 10/6/2008
I need the data to be returned like this:
Defect DateOpened DaysOld
1 10/1/2008 5
2 10/2/2008 4
3 10/3/2008 3
4 10/4/2008 2
5 10/5/2008 1
6 10/6/2008 0
What this intern does is creates a chart that has defect again.
Would it just be a datediff on the date and now?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008