pivot table without aggregation?
- From: "Mike" <michaelloll@xxxxxxxxxxx>
- Date: 29 Mar 2007 09:04:24 -0700
Hello, I have a resultset as follows:
fields: Name, RankID
values:
Prorduct A, 4
Product B, 33
Product C, 221
(etc)
Name is always unique. RankID may not be.
I want to take that result set and basically pivot it to have the Name
values as columns, and the RankID of each one as the data. So you
would end up with only one row like:
Product A | Product B | Product C | etc
4 | 33 | 221 | etc
Is this possible? I do not want to sum the data or anything, simply
rotate it sort of.
Any advice is appreciated.
.
- Follow-Ups:
- Re: pivot table without aggregation?
- From: Plamen Ratchev
- Re: pivot table without aggregation?
- Prev by Date: Re: Update Status Field after Expiry Date
- Next by Date: Re: pivot table without aggregation?
- Previous by thread: Re: data length more than ...
- Next by thread: Re: pivot table without aggregation?
- Index(es):