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] Concatenate, Union, Data in Cluster

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Concatenate, Union, Data in Cluster
 Login/Join
 
Platinum Member
posted
I use InfoAssist and it doesn't have MORE feature to concatenate hold files. So, I am looking at putting the same in the cluster synonym. I can join tables in a cluster. But, I am looking for concatenating tables. Any ideas? Thanks in advance.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Virtuoso
posted Hide Post
I can't think of any easy way of concatenating tables using InfoAssist. Are you trying to concatenate HOLD files?

Can you write the code in the Text Editor on the browser instead of InfoAssist?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by BabakNYC:
Can you write the code in the Text Editor on the browser instead of InfoAssist?


BabakNYC, the client uses InfoAssist and Data Assist. No coding.


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Virtuoso
posted Hide Post
InfoAssist isn’t a development tool and not really meant for data manipulation.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by BabakNYC:
InfoAssist isn’t a development tool and not really meant for data manipulation.


Got it. InfoAssist+ is not for data manipulation. However, DataAssist is data tool though. Is there a way to do the union at the cluster using DataAssist?


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Gold member
posted Hide Post
quote:
Originally posted by WFConsultant:
quote:
Originally posted by BabakNYC:
InfoAssist isn’t a development tool and not really meant for data manipulation.


Got it. InfoAssist+ is not for data manipulation. However, DataAssist is data tool though. Is there a way to do the union at the cluster using DataAssist?


my 2 cents....use the sql query for union and pass it thru sql passthru.


WebFOCUS 8
Windows, All Outputs
 
Posts: 70 | Registered: May 26, 2017Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by NewBee...WF8:
my 2 cents....use the sql query for union and pass it thru sql passthru.


If it is up to me then I would develop everything (reports, forms, etc.) in code. However, these days, IBI is marketing tools like InfoAssist and DataAssists that promises no coding. Hence, the clients are adamant to use GUI.

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


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Virtuoso
posted Hide Post
WFConsultant

As has been stated many times InfoAssist is not a developers tool but for power users to be able to generate reports. App Studio (Developers tool) allows you to create procedures using MATCH file which simulates the SQL Union. Maybe some of your more sophisticated users should be given the choice of using App Studio.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Platinum Member
posted Hide Post
quote:
As has been stated many times InfoAssist is not a developers tool ...


Thank you for your reply. I am not sure if UNION join qualifies to be available only for sophisticated users. In my view, it is a basic join technique.

Do you know a way to perform UNION in DataAssist? I could not figure out by myself. I am assuming it is not available in DataAssist as well. If you know something that I am missing then please let me know. I will greatly appreciate.

If it is not available in both in InfoAssist+ and DataAssist then I sincerely hope that IBI add this feature in their future release.


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Platinum Member
posted Hide Post
Hi

Another way:

1. create an SQL Script (in notepad) with the Union command
2. Create a master file for the SQL Script (assuming it is supported for your type of Data such as SQL Server, Oracle , DB2 etc)
3. Use IA with this master file


Yours,
Eran
SRL Products

http://www.srl.co.il

 
Posts: 97 | Location: Tel Aviv, Israel | Registered: November 20, 2005Report This Post
Virtuoso
posted Hide Post
Good One


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Expert
posted Hide Post
How about HOLD FILES and JOINing them?
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by WF_IL:
1. create an SQL Script (in notepad) with the Union command

Thank you Eran. I did that already and moved on to the next. For my report, the UNION was simple. However, it may not be the case if we have to write complex SQL just because we cannot do concentration in InfoAssist and DataAssist.


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by Doug:
How about HOLD FILES and JOINing them?

Thanks Doug for the suggestion. Joining HOLD files doesn't do union.


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 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] Concatenate, Union, Data in Cluster

Copyright © 1996-2020 Information Builders