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 a large html report that displays around 36,000 records and it seems to take minutes to render in the browser. Is there a way to page through this report somehow so the user doesn't have to wait for all the information to load?
I'm fairly new to web focus, I'm sorry if this is an obvious answer.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
The problem you are having is due to the way HTML works You wont see the first line, until it has finished process the entire report.
The best solution for this is to use On Demand Paging. This may be done by adding the following command to the Focexec: ON TABLE SET WEBVIEWER ON Now the entire report will be sent to your browser and can be displayed page by page through the Web Viewer.
This is very neat functionality! Thank you for the suggestion.
Unfortunately, I would like to maintain the ability for users to have the OLAP control panel at their disposal, enabling the Webviewer with OLAP ON gives this error:
(FOC3250) OLAP AND ON-DEMAND PAGING ARE MUTUALLY EXCLUSIVE.
Any ideas? Thank You!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.