Need help in column formatiing
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I need help in showing data in correct formatting in column wise format with no null rows.
When im taking union tool to merge both container data, second container data value is not coming in first row.
I need value to be shown from first row.
please help on this im attaching file and screenshot
Solved! Go to Solution.
- Labels:
- Transformation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A union will not reduce the amount of rows. What you need here is a Join based on a trimmed version of your key columns to remove LDC-ORG and LDC-...
You could also sort your data correctly and then join based on row position.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you help me with prac solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @KGT,
Thank you for suggestion.
I have used record id for two containers and based on record I used join tool to make it in columnar format.
It worked thnx.
