Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TRANSFORM nz(Sum([Number of MPANs]),0) AS Expr1
SELECT [SNFs].[New/Renewal], "02-MPANs" AS Proposal
FROM SNFs, Celendar
WHERE (((nz([Start Date])) Between Celendar![Month Start date] And Celendar![Month end date]) And (([SNFs].[Sales Channel Description]) Like "*conn*"))
GROUP BY [SNFs].[New/Renewal], "02-MPANs"
ORDER BY Format([Month],"mmmyy")
PIVOT Format([Month],"mmmyy") In ('Jan04','Feb04','Mar04','Apr04','May04','Jun04','Jul04','Aug04','Sep04','Oct04','Nov04','Dec04','Jan05','Feb05','Mar05','Apr05','May05','Jun05','Jul05','Aug05','Sep05','Oct05','Nov05','Dec05');