Cumulated workforce

hi knackers

i have an employee table, with creation date meaning when the employee join the company, and i need a line chart showing cumulated workforces, over monthes

What direction would you look at to achieve that?

thanks!!! :D

You need to create a new object eg "Workforce Stats" which stores the date and the total workforce. Then run a task (weekly or monthly) on your workforce object that stores the total workforce in the new "Workforce Stats" object. You can then create a line chart using the data from the Workforce Stats object.