in my main productionsupport table I have a field called category with 7 categorys you can choose and a field called TimeinHrs with the time spent on each category.
what i want is a summary report for the year that shows all 12 months up top then on the left the category and then time spent each month.
whats the best way of getting this on a report?
Im currently doing this in excel and im using 84 formulas in the spreadsheet to pull all those values.
there must be a better way then say.. 84 dlookups or the like. Do I write a SQL statement to create the entire table and then display the table on a report. and if i do this how could i get the total for each month or how would i even do the table.
any ideas.
Thanks,
what i want is a summary report for the year that shows all 12 months up top then on the left the category and then time spent each month.
whats the best way of getting this on a report?
Im currently doing this in excel and im using 84 formulas in the spreadsheet to pull all those values.
there must be a better way then say.. 84 dlookups or the like. Do I write a SQL statement to create the entire table and then display the table on a report. and if i do this how could i get the total for each month or how would i even do the table.
any ideas.
Thanks,