SOLVED
Row conversion and create new column with data
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
PNC97
8 - Asteroid
‎10-25-2021
01:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
I trying for a solution to where to transpose row data into column if row-1 = Active row to create a new column with row-1 data I've tried to get the output but trying to figure out how to remove the existing row data like below example
Input:
ID | Date | In Dec | Out Dec |
1 | 9/27/2021 | 8.75 | 12.5 |
1 | 9/27/2021 | 13 | 17.1167 |
expected output:
ID | Date | In Dec | Out Dec | out 1 | out 2 |
1 | 9/27/2021 | 8.75 | 12.5 | 13 | 17.1167 |
I tired using Multi row formula to create a new row but unable to find a solution to remove the current row existing data.
Please find the attached inputs
Solved! Go to Solution.
Labels:
4 REPLIES 4
17 - Castor
‎10-25-2021
02:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎10-25-2021
02:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DavidP yes David but the new data should not consist of the converted data.
But when I tried with the given input data I got below output
Alteryx
‎10-26-2021
12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
22 - Nova
‎10-26-2021
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
