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     [CLOSED] Report should load on another tab when clicked the run button.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Report should load on another tab when clicked the run button.
 Login/Join
 
Member
posted
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,


WebFOCUS 7 6 9
Windows XP
HTML, AHTML, PDF, EXCEL
 
Posts: 24 | Registered: April 24, 2009Report This Post
Virtuoso
posted Hide Post
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, 2007Report This Post
Member
posted Hide Post
Thanks Darin. I tried searching in focal point ... I could not find similar posting.


WebFOCUS 7 6 9
Windows XP
HTML, AHTML, PDF, EXCEL
 
Posts: 24 | Registered: April 24, 2009Report This Post
Expert
posted Hide Post
Hi Senthilvasan,

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, 2004Report This Post
Expert
posted Hide Post
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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Senthilvasan,

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
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
I assume these tabs are in a B.I. Dashboard view, not tabs on an HTML page created by HTML Composer...


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report 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     [CLOSED] Report should load on another tab when clicked the run button.

Copyright © 1996-2020 Information Builders