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     ToolTip Display in a Bubble Graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
ToolTip Display in a Bubble Graph
 Login/Join
 
Gold member
posted
Is there a way to loop through a ToolTipDisplay? I have a -READ statement in my program that reads a hold file that holds just the percentages for each individual health service group that need to be displayed in the tool tip display. I have the following code in my graph program. The amper variables represent the values that are in the hold file that I am reading. What I'm trying to do is display the percentages that are in the hold file in the tool tip display based on the health service group. This works if I put just the first set command in my program, but I get the same percentage value for each bubble's tool tip display. Thanks.



-IF KEY EQ 'Keystone Commercial Medical' THEN GOTO UTT1 ELSE GOTO UTT1L;
-UTT1
setUserToolTip("[SL] [R] Admits per 1000: &MED% [R] Cost Per Admit: &MED2% [R] PMPM: $[ZV] ");
-UTT1L
-IF KEY EQ 'Keystone Commercial Surgical' THEN GOTO UTT2 ELSE GOTO UTT2L;
-UTT2
setUserToolTip("[SL] [R] Admits per 1000: &SUR% [R] Cost Per Admit: &SUR2% [R] PMPM: $[ZV] ");
-UTT2L
setUserToolTip("[SL] [R] Admits per 1000: [XV] [R] Cost Per Admit: [YV] [R] PMPM: $[ZV] ");

Webfocus 7.1.7 Windows XP 5.1
 
Posts: 70 | Registered: April 04, 2007Report This Post
Expert
posted Hide Post
Hi Michele,

As usual, if this is a graph issue, please upload an image to show the problem. If you have current code to share with us, please kindly post it here as well. Both will help us have a better understanding of the issue.

Thank you in advance for sharing. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Virtuoso
posted Hide Post
Michele,

You might have better luck using JavaScript to do this. Maybe bang the messages into a JS array, then use an onload function to then change the value of the tool tip to what you want.

The following link shows you how to modify a tool tip with JS. Change it to meet your requirements:

Example of modifying a tool tip


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Gold member
posted Hide Post
Don't really know anything about Java Script, but I will see if I can get someone who does to help me. Will let you know how I make out. Thanks.
 
Posts: 70 | Registered: April 04, 2007Report 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     ToolTip Display in a Bubble Graph

Copyright © 1996-2020 Information Builders