Join with Contains
- 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
How can I go about using join based on a column using Contains. Scenario is like I have 2 tables A and B. I want to join B with A based on Account Name. So if Account Name of A contains Account Name of B then I need Create an Inner Join can someone please help me on this.
Solved! Go to Solution.
- Labels:
- Join
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ADK,
You could try to use the Find Replace tool. Have Table A feed into the F input and table B feed into the R input. Then you can find Account Name B within Account Name A (I reccomend Case Insensitive Find). Then append the Account Name B to the the Record (instead of replacing text)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Hogo,
Thanks for taking time in replying to my Post. I'm very much new to this Tool, din't know how to use it thanks for your help. I was able to get the Output by making slight changes.
Thanks,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
As a follow-up question to this post, how could I identify cases that matched more than once? Ideally, I want to create an Exceptions report for Account Names that matched to more than one string.
Thank you,
Jessica
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is such a fantastic solution! I was really running out of ideas but this does the trick. I had input lists with values of variable length before they had a wildcard I needed to match against database values and this does the trick (with a little cleanup of the wildcard characters). I can't thank you enough for your help!!!!!
