Headcount over time report?

R

RNobleman

Has anyone written a headcount over time report? I assume this
requires a custom select query against the reporting database. Would
this have to be done through SQL Reporting Services or is it possible
to get it using an MDX expression?

Thanks.
 
M

Mike Mahoney

Has anyone written a headcount over time report? I assume this
requires a custom select query against the reporting database. Would
this have to be done through SQL Reporting Services or is it possible
to get it using an MDX expression?

Thanks.

You can use a data analysis view - headcount = work / capacity

regards

Mike
 
Top