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     [SOLVED]BI Portal: click on a graph and redirect to different page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]BI Portal: click on a graph and redirect to different page
 Login/Join
 
Member
posted
hi, experts!

let's say I have this scenario:
-a BI Portal with three tabs (A,B,C)
-A has one graph, B has N graps and C has N graphs.

what I'd like to accomplish is this:
-when the user clicks on the graph of the A tab, i want to redirect him to tab B.

Is this possible?

Thank you SO much!

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8, Win/*NIX, B.I.Portal, *SQL, all outputs
 
Posts: 20 | Registered: April 27, 2016Report This Post
Platinum Member
posted Hide Post
It is possible through JavaScript. In the example below 'page2' would be the name of the tab you are trying to open.

GRAPH FILE CAR
SUM RETAIL_COST
BY COUNTRY
ON TABLE HOLD AS HG FORMAT HTML
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET STYLE *
TYPE=DATA, COLUMN=N2, JAVASCRIPT=openTab(),$
ENDSTYLE
END
-RUN

-HTMLFORM BEGIN
<script>
function openTab(){
parent.BipIframeInterface.navigateToPage('page2');
}

!IBI.FIL.HG;
-HTMLFORM END


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report 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     [SOLVED]BI Portal: click on a graph and redirect to different page

Copyright © 1996-2020 Information Builders