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 composed a html page with three reports in it. All three reports use the same SQL. Is there a way to run the SQL once, and share it over the reports.This message has been edited. Last edited by: Kerry,
You could always use HOLD files to do this. If by a HTML page you mean you have embedded reports then this might need to HOLD the data set in a APP folder. But the HOLD file needs to be created on the go based on an event (click on the html page). Simpler and suggested way is to go for External reports. The whole HOLD file generation (build once use many times) becomes easier. Also this way you need not APP HOLD them they can be temporary.
thanks Sashanka
WF 7.7.03/Windows/HTML,PDF,EXL POC/local Dev Studio 7.7.03 & 7.6.11
What do you exactly mean with External reports, run all reports by including them in one application? But how can you position them say report1 on top and two reports below site by site.
Multiple ways of doing this...use iframes or best still if all the 3 reports are being generated with same HOLD file in same fex use HTMLFORM and position the reports using ON TABLE HOLD AS HTMTABLE/HTML.
thanks Sashanka
WF 7.7.03/Windows/HTML,PDF,EXL POC/local Dev Studio 7.7.03 & 7.6.11