I'm having some difficulty with showing an application template count query.
I need to show an application template count that have been applied for an Application Dashboard, so in essence showing all the applications within the business.
Then I would like to drill down to each application and show their statues of each application for their AppOwners.
What I have is this so far;
SELECT Count(TemplateDisplayName) AS TemplateName FROM n.Applications
Hopefully someone can assist