Report to group by model numbers with a count per locaton

G

Guest

I need to create a report that has 40 columns. The first one is a list of
model numbers and the other 39 need to show a count (how many) at each of our
store locations based on the condition of a status of "N" (new). The table I
am pulling the data from has Model, Store nbr, Unique serial nbr, & Status.

Any suggestions would be great.

Thanks,
Darrel
 
G

Guest

No I haven't...Never did a crosstab query before. I'll start looking into it
but if you have any suggestions, they would be more than welcome.
 
D

Duane Hookom

Model, Store nbr, Unique serial nbr, & Status
You would use Model as the Row Heading, Store Nbr as the Column Heading, and
Count(Unique Serial Nbr) as the Value. Set a criteria of Status = "N".
 
G

Guest

Sounds easy enough...thanks

Duane Hookom said:
Model, Store nbr, Unique serial nbr, & Status
You would use Model as the Row Heading, Store Nbr as the Column Heading, and
Count(Unique Serial Nbr) as the Value. Set a criteria of Status = "N".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top