Hello all!
I am stuck on this one. I'm trying to replicate a report for a user. The report looks like this:
Model Type, Model Number, Registered Units for 2007, Registered Units for 2008, Registered Units for 2009, Total Registered Units
At the end of a model type, there are totals for each year across all model numbers.
I wrote a query to gather the data, but the data looks like this:
Model Type, Model Number, Registration Year, Number Registered
Any idea how I can make this work? Thanks!