Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Full Outer Join with no matching columns

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Full Outer Join with no matching columns
 Login/Join
 
Gold member
posted
I need do a full outer join on 2 sets of data that do not contain any common columns. Does anyone know how to do this?

Here is some more information:

I have a hold file that contains year and month going back 2 years.
I have a hold file that contains complaint descriptions.
I need to end up with a file that contains a complaint description for each month and year record. (the equivalent of doing a full out join in SQL)

I see in other focal point threads that I can do a match to achieve a full outer join, but that only appears to work if I actually have at least one common column between the 2 hold files. I'd like to know if it is possible to join 2 sets of data in this way. Thanks.

This message has been edited. Last edited by: Scott Matson,


WebFOCUS 8007
 
Posts: 51 | Registered: August 15, 2014Report This Post
Virtuoso
posted Hide Post
Try this: Use DEFINE to add a one-character blank column to each dataset. Then Join on the two blank columns as a one-to-many relationship. It's easiest if the blank columns are already part of your hold files. Otherwise you will need to use a DEFINE-based join.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
Scott,

Do you mean that you want to join ALL the complaints to each month-year?
If so, make the smallest HOLD a FORMAT FOCUS with a blank field as an INDEX, then JOIN a blank field in the other to the focus file.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Guru
posted Hide Post
How about MATCH FILE?


Webfocus 8
Windows, Linux
 
Posts: 258 | Location: Palm Coast, FL | Registered: February 05, 2010Report This Post
Gold member
posted Hide Post
Bingo! I created a blank field for each hold file I was trying to join together and then joined on that field. Now I have a complaint description for each month-year. Thanks!


WebFOCUS 8007
 
Posts: 51 | Registered: August 15, 2014Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Full Outer Join with no matching columns

Copyright © 1996-2020 Information Builders