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 definitely need help on this one. I have been given a SQL query to gather data from the Master DB on several servers. I then need to report on this date in a single report, with various sorts, calculations, etc. Any suggestions.
WebFOCUS 7.7.03 Windows 7
Posts: 55 | Location: USA | Registered: November 02, 2009
Server A: I can create procedure A that uses a data adapterA to sql server A, use SQL editor to query the required data, finally create a report for server A
Server B: I can create procedure B that uses a data adapterB to sql server B, use SQL editor to query the required data, finally create a report for server B
Server C: I can create procedure C that uses a data adapterC to sql server C, use SQL editor to query the required data, finally create a report for server C
Server D: I can create procedure D that uses a data adapterD to sql server D, use SQL editor to query the required data, finally create a report for server D
Server E: I can create procedure E that uses a data adapterE to sql server E, use SQL editor to query the required data, finally create a report for server E
Now I have 5 data adapters, 5 separate reports. I need one (1) report not 5 reports.
Is that specific enough. Not sure how else to ask it?
WebFOCUS 7.7.03 Windows 7
Posts: 55 | Location: USA | Registered: November 02, 2009
The MORE feature assumes the data from each server is the same. If the data is different but has common keys or fields just run the report for each one and HOLD the result. Then JOIN or use MATCH FILE to aggregate the data into a single report or a single HOLD file that you can subsequently report from.
Thanks, much more understandable. Since I am relatively new with WebFocus sometimes a little detail goes a long way. The data is the same from each server so I will go with your suggetions. Thx again,
WebFOCUS 7.7.03 Windows 7
Posts: 55 | Location: USA | Registered: November 02, 2009