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] Union - Append - Match???

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Union - Append - Match???
 Login/Join
 
Member
posted
I am trying to use Developer Studio and one of the tools available to take records from one table and add them to another table. I have 20 with Name and Address in Table A and I have 50 with Name and Address in Table B. I need my result to be Table C with Name and Address (containing 70 rows of data). I have tried the Match tool and have had zero luck. Any ideas? Thank you. Andrea

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.11
Developer Studio / Report Painter / MRE
Unix / Solaris
Outputs: Excel, HTML,PDF
 
Posts: 13 | Location: New London, CT | Registered: March 26, 2009Report This Post
Expert
posted Hide Post
Use the MORE command, i.e. Universal Concatenation. You need to read up on it to understand the restrictions.

Create the first part using File A and put the data in a hold file. You'll have to add the MORE part in the editor. Then open the hold file in the painter to do the styling, etc.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Master
posted Hide Post
More will only work if your files are in the same format. Try creating a dummy field in each table and then match on Name and Address. This will give you a file with Name, Address, SP, SP:

 
DEFINE FILE A
SP/A1=' ';
END
DEFINE FILE B
SP/A1=' ';
END
MATCH FILE A
SUM SP
BY NAME
BY ADDRESS
RUN
FILE B
SUM SP
BY NAME
BY ADDRESS
AFTER MATCH HOLD OLD-OR-NEW
END
 


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
Member
posted Hide Post
Thank you - the MATCH module in the Report Painter tool has worked successfully.

Problem Solved. Thank you.

Andrea


WebFOCUS 7.6.11
Developer Studio / Report Painter / MRE
Unix / Solaris
Outputs: Excel, HTML,PDF
 
Posts: 13 | Location: New London, CT | Registered: March 26, 2009Report 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] Union - Append - Match???

Copyright © 1996-2020 Information Builders