Combine Rows of Data into Separate Columns by Unique Identifier
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I could use some SUPER DUPER smarty pants help here. I have searched the Community and, so far, none of the existing suggestions have resolved my issue.
I have an Unique Identifier "ID" which could have 3-5 rows of data. I would like to separate the "Value" column into separate columns, indicating the value in the "Amount" column.
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Group by Id, name & date
Header = value
Value = amount
That should do it.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you looking for the Cross Tab tool?
You can specify your grouping field (ID, Name and Date in your instance). Your header fields would be the value column and the value field would be your Amount Column. Because there wouldn't be any aggregation, you will be okay choosing sum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That resolved my issue. I kept attempting Transpose with Cross Tab and coming up with errors. Thanks for the quick response! Sometimes, the answer is more simple than we think it is.
