Re: Crosstab or Pivot Frustration
- From: "paii, Ron" <none@xxxxxx>
- Date: Wed, 31 Oct 2007 08:54:50 -0600
"Hansen" <helgardh@xxxxxxxxxxx> wrote in message
news:1193823540.746907.84700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi
I have one table with the following design:
Fieldname Datatype
Region Text
Supply Number
Sales Number
Revision Number
Refused Number
SoldOut Number
I want to be able to report the data in the following format:
Total Region1 Region2 Region3 Region4
Supply
Sales
Revision
Refused
Soldout
I have been attempting this using crosstab queries and pivot tables to
no avail. I think I don't understand the concept. Can someone please
assis me?
Your table structure needs normalization.
Region InformationType Datavalue
-------- ---------------- ---------
Region1 Supply 1
Region1 Sales 2
Region1 Revision 3
Region1 Refused 4
Region1 SoldOut 5
Region2 Supply 6
....
With this table structure the Cross tab wizard could build a query to
produce your the required output.
.
- References:
- Crosstab or Pivot Frustration
- From: Hansen
- Crosstab or Pivot Frustration
- Prev by Date: Date Modules were last updated
- Next by Date: Re: Crosstab or Pivot Frustration
- Previous by thread: Crosstab or Pivot Frustration
- Next by thread: Re: Crosstab or Pivot Frustration
- Index(es):
Relevant Pages
|