SOLVED
Match rows and columns - Join or Union?
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
maxtla
8 - Asteroid
‎09-30-2022
12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Need your help.
I have 2 files, with different information.
But I need that the ID should be one with all fields. So one ID with the whole data from both rows.
One row for 375598 and another row with 462256.
I used join and union, but still 2 rows with the same ID...and I need to mix the information in the empty fields to create only one row.
Any help will be high appreciated!
M
Solved! Go to Solution.
Labels:
- Labels:
- Join
3 REPLIES 3
21 - Polaris
‎09-30-2022
12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@maxtla
We can use Transpose and CrossTab for this case.
In between we can filter out the Null values.
17 - Castor
‎09-30-2022
12:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎09-30-2022
02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for your response...was exactly what I need. Thx
