Move the field name 2 rows down
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
bshereme
5 - Atom
‎07-10-2023
01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is how my data looks:
total_sales | GL account |
500 | [Null] |
500 | [Null] |
5 | 255252 |
54 | 255251 |
etc | etc |
(2 rows totaling 500 each from a different flow)
Desired outcome, which basically requires to move the field names 2 rows down while keeping everything else the same.
500 | [Null] |
500 | [Null] |
total_sales | GL account |
5 | 255252 |
etc | etc |
Labels:
- Labels:
- Output
- Transformation
4 REPLIES 4
geraldo
13 - Pulsar
‎07-10-2023
02:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎07-10-2023
03:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@geraldo that's what I'm realizing. Perhaps I can try something with multi-field row to convert to a number if possible? I know Alteryx doesn't support 2 data types per column.
15 - Aurora
‎07-10-2023
04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @bshereme ,
Here is one way of doing this.
Workflow
The idea is to pick each rows as a chunk and Union the chunks in the desired order.
Output
‎07-11-2023
10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Once you export this to xlsx you will see all those numbers being stored as text, so while this accomplishes the question at hand it shows more issues later down the road
