SOLVED
Align staggered Information
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
calvincarr29
8 - Asteroid
01-09-2024
06:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Problem:
I joined two containers with the Union command and it produced staggered information.
Need: I need to move the the information that starts on Row 706 for columns Account Number, Description, Account Name and Amounts to Row 1
Solved! Go to Solution.
Labels:
- Labels:
- Developer
- Developer Tools
- Workflow
2 REPLIES 2
CoG
14 - Magnetar
01-09-2024
07:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you still have access to both data streams, I suggest replacing the Union Tool with a Join Tool (set to Join by position). This should accomplish exactly what you need. The only thing you'd need to do afterward is union all outputs ("L", "J", & "R") to account for the case where row count is different between data sets.
01-09-2024
07:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CoG Thank you so much
