So I have this
each sum displays 0 however...
Passed Scripts = 21
Project Passed Scripts = 7
Total Scripts = 33
so the sums should come back as
Actual% = 36%
Projected% = 21%
- 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
Code:
SUM([Passed Scripts]/[Total Scripts]) AS 'Actual %',
SUM([Projected Passed Scripts]/[Total Scripts] AS 'Projected %',
each sum displays 0 however...
Passed Scripts = 21
Project Passed Scripts = 7
Total Scripts = 33
so the sums should come back as
Actual% = 36%
Projected% = 21%
- 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