TRANSFORM Sum([11- Awarded Proposal Value Sum Crosstab].January) AS [Total Of January]
SELECT [11- Awarded Proposal Value Sum Crosstab].Expr1, [11- # of Proposals Per Month Crosstab].[Total Of Est Value], [11- Statistics Total Proposals Amount].[Total Of Est Value], [11- Pending Number of Prop].[Total Of Est Value], [11- Pending Proposal Value Crosstab].[Total Of Est Value], [11- Awarded Proposals Value Count Crosstab1].[Total Of Est Value], [11- Awarded Proposal Value Sum Crosstab].[Total Of Est Value], [11- Lost Dead Cancelled Proposals Count Crosstab1].[Total Of Est Value], [11- Lost Dead Cancelled Proposals Actual Crosstab2].[Total Of Est Value], [11- Cancelled and Dead Proposals Crosstab1].[Total Of Est Value], Abs([11- Lost Dead Cancelled Proposals Count Crosstab1.Total Of Est Value]/[11- # of Proposals Per Month Crosstab.Total Of Est Value]) AS Expr2, Abs([11- Awarded Proposals Value Count Crosstab1.Total Of Est Value]/[11- # of Proposals Per Month Crosstab.Total Of Est Value]) AS Expr3, [11- Awarded Proposals Value Count Crosstab1.Total Of Est Value]/Abs([11- Awarded Proposals Value Count Crosstab1.Total Of Est Value]+[11- Lost Dead Cancelled Proposals Count Crosstab1.Total Of Est Value]) AS Expr4, [11- Awarded Proposal Value Sum Crosstab.Total Of Est Value]/Abs([11- Awarded Proposal Value Sum Crosstab.Total Of Est Value]+[11- Lost Dead Cancelled Proposals Actual Crosstab2.Total Of Est Value]) AS Expr5
FROM [11- Statistics Total Proposals Count], (([11- Statistics Total Proposals Amount] INNER JOIN [11- Awarded Proposal Value Sum Crosstab] ON [11- Statistics Total Proposals Amount].Expr1 = [11- Awarded Proposal Value Sum Crosstab].Expr1) INNER JOIN [11- # of Proposals Per Month Crosstab] ON [11- Statistics Total Proposals Amount].Expr1 = [11- # of Proposals Per Month Crosstab].Expr1) INNER JOIN ((((([11- Pending Proposal Value Crosstab] INNER JOIN [11- Pending Number of Prop] ON [11- Pending Proposal Value Crosstab].Expr1 = [11- Pending Number of Prop].Expr1) INNER JOIN [11- Awarded Proposals Value Count Crosstab1] ON [11- Pending Number of Prop].Expr1 = [11- Awarded Proposals Value Count Crosstab1].Expr1) INNER JOIN [11- Lost Dead Cancelled Proposals Count Crosstab1] ON [11- Awarded Proposals Value Count Crosstab1].Expr1 = [11- Lost Dead Cancelled Proposals Count Crosstab1].Expr1) INNER JOIN [11- Lost Dead Cancelled Proposals Actual Crosstab2] ON [11- Lost Dead Cancelled Proposals Count Crosstab1].Expr1 = [11- Lost Dead Cancelled Proposals Actual Crosstab2].Expr1) INNER JOIN [11- Cancelled and Dead Proposals Crosstab1] ON [11- Lost Dead Cancelled Proposals Actual Crosstab2].Expr1 = [11- Cancelled and Dead Proposals Crosstab1].Expr1) ON [11- # of Proposals Per Month Crosstab].Expr1 = [11- Pending Proposal Value Crosstab].Expr1
GROUP BY [11- Awarded Proposal Value Sum Crosstab].Expr1, [11- # of Proposals Per Month Crosstab].[Total Of Est Value], [11- Statistics Total Proposals Amount].[Total Of Est Value], [11- Pending Number of Prop].[Total Of Est Value], [11- Pending Proposal Value Crosstab].[Total Of Est Value], [11- Awarded Proposals Value Count Crosstab1].[Total Of Est Value], [11- Awarded Proposal Value Sum Crosstab].[Total Of Est Value], [11- Lost Dead Cancelled Proposals Count Crosstab1].[Total Of Est Value], [11- Lost Dead Cancelled Proposals Actual Crosstab2].[Total Of Est Value], [11- Cancelled and Dead Proposals Crosstab1].[Total Of Est Value]
PIVOT [11- Awarded Proposal Value Sum Crosstab].January;