I've found a few instructions for this but am struggling to follow them
I have a dataset with fields
Month
ContractType (with values of either Perm or Temp)
DepartmentStaff
CompanyStaff
The Staff columns are a count of staff at the start of the month for that contract type. What I want to show is a chart showing two columns for each month, one for company and the other for the department (which is selected as a parameter) with each column broken down by the contract type.
It's expected to be expanded to include a filter for job band so the values will be sum(DepartmentStaff) and sum(CompanyStaff) with the report having a filter for the job bands to be included in the comparison.
Can anyone help?