Transpose the data of the dataset
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Sshasnk
8 - Asteroid
‎11-07-2022
11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a dataset that I want to transpose
Input:
Fund | Type | Buy | Sell |
ABC | A | 123 | 157 |
ABC | B | 456 | 785 |
Output:
Fund | Attribute | A | B |
ABC | Buy | 123 | 456 |
ABC | Sell | 157 | 785 |
Labels:
- Labels:
- Common Use Cases
- Datasets
- Reporting
2 REPLIES 2
Hamder83
11 - Bolide
‎11-07-2022
11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎11-08-2022
12:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
