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     [SHARING] Universal Concatenation in the Report Painter

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SHARING] Universal Concatenation in the Report Painter
 Login/Join
 
Expert
posted
[SHARING] Universal Concatenation in the Report Painter
by David Glick

Information Builders is introducing a long-awaited Report Painter feature, called universal concatenation, with WebFOCUS Developer Studio 7.7.0. Also known as MORE, universal concatenation allows you to retrieve data from unlike data sources in a single request to create one report.

Over the years, we have received many requests for universal concatenation in Report Painter, and the topic has occasionally come up on our Focal Point online developer community. So what is universal concatenation? A universal concatenation request is divided into one main request that retrieves data from the main data source and defines the data fields, sorting criteria and output format. Then there are sub-requests that define the data sources and fields to be concatenated to the data of the main request. The fields printed and sorted by the main request must exist in each of the concatenated data sources. If they do not exist, they need to be created as virtual fields.

So how does this work? Let’s walk through an example. Here is the request we want to create in the Report Painter:

DEFINE FILE EMPDATA
NEWID/A11 = EDIT (PIN, ‘999-99-9999’);
END
DEFINE FILE SALHIST
NEWID/A11 = EDIT (PIN, ‘999-99-9999’);
SALARY/D12.2M = OLDSALARY
END
TABLE FILE EMPDATA
PRINT SALARY
BY NEWID
WHERE SALARY GT 65000;
MORE
FILE SALHIST
WHERE OLDSALARY GT 65000;
END


Click here to see the following steps with screenshots!

Let us know if you have any questions. Enjoy!


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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     [SHARING] Universal Concatenation in the Report Painter

Copyright © 1996-2020 Information Builders