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.
The dashboard is designed with the two tabs, Tab1 and Tab2. The Tab1 will have summary of the reports and the Tab2 will have List of the reports in HTML Format by default when the tabs are loaded in the dashboard. Please provide solution to the scenario when the Run (report) button is clicked in the Tab1 the report should be load in the tab2.This message has been edited. Last edited by: Senthilvasan S,
I don't hink there is an easy way to do this as each tab is completely independent of the other tabs, and the report content area of one tab is not know to another tab. That being said, the question has been asked before and I believe I saw some workaround a while back on the forum. Try giving it a search.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Per our technicals: please open a case with Information Builders' Customer Support Services for further assistance. You may either call at 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Each tab is a frame with a name. You can target the output to a particular frame. To determine the frame name, add a piece of JavaScript to the HTML file that is the "List of the reports in HTML Format":
alert(self.name);
Minimal code:
<html>
<head>
<script type="text/javascript">
alert(self.name);
</script>
<body>
List of the reports in HTML Format
</body>
</html>
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
If this tab environment was created in the HTML Composer, the Run button will run a report for any frame, but if the frame is on another tab, that tab will NOT be put in focus. The user will have to click that tab to open it, or you can write some custom JavaScript to open that tab automatically.
That is the design on the functionality.
Hope that helps.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com