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.
I have two tables that do not have a common field. Like this:
TABLE FILE CAR PRINT COUNTRY -*ON TABLE HOLD AS TABLE2 END -* TABLE FILE CAR PRINT CAR -*ON TABLE HOLD AS TABLE1 END
What I need is to merge these two together so that the finished table will have each country value will be repeated for each car. So you would have:
Country | Car ENGLAND | JAGUAR ENGLAND | JENSEN ENGLAND | TRIUMPH ENGLAND | PEUGOT ENGLAND | ALPHA ROMEO ENGLAND | MASERATI ENGLAND | DATSUN ENGLAND | TOYOTA ENGLAND | AUDI ENGLAND | BMW FRANCE | JAGUAR FRANCE | JENSEN FRANCE | TRIUMPH FRANCE | PEUGOT FRANCE | ALPHA ROMEO FRANCE | MASERATI FRANCE | DATSUN FRANCE | TOYOTA FRANCE | AUDI FRANCE | BMW ... so on and so forth.
Any WF code I can use? If not, any SQL code I can use?This message has been edited. Last edited by: Mark1,
It's interesting that all above method only works when hold file is FORMAT FOCUS. If I didn't specify FORMAT FOCUS none of them works. The result either only takes the first row from left table to join all rows to the right, or only first row in both tables.
7.66 and 7.704 System: Windows / AIX / Linux Output: Mostly HTML, with some PDF, Excel and Lotus(!)
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005