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 checked many threads and the closest i could only see one which was anything similar to my problem which was posted by fernando in 2007...
It's not a problem as such just a new requirement... i have a v-bar graph showing two columns each for 12 months... for the first size months i need a particular hover text and for the second six months i need a different hover text... problem is that i am getting all the values from the same two columns and sorting across the month column..
GRAPH FILE FIN_DATA SUM ACTUALS AS 'ACTUALS' FORECASTS AS 'FORECASTS' BY MONTH COLUMNS 'JAN' AND 'FEB' ..... . . .
the hover text for the actuals is ACTUALS JAN+VALUE etc and similar for forecast... but from jun onwards i need the hover text to change from "Actuals ... " to "60 day ...." based on a condition?
Is this possible?This message has been edited. Last edited by: Kerry,
I don't think that you can have differing texts in the tooltips, just "one rule for all" using standard WF.
However, you might be able to programatically change the tooltips using the Java Perspective (which is the graphing engine used in 7.1.4). Google "ThreeDGraphics" and from their main page look for the Java Perspective manual.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
If you split your data into two fields, one for pre-Jun one for Jun onwards, can you set a different hover text for each of the fields?
You may fall into additional issues with a legend though, because although the graph can be styled so the user won't know there are now three fields not two, a legend may give you away.
Just a thought
WF 7.6.11 Output: HTML, PDF, Excel
Posts: 123 | Location: UK | Registered: October 09, 2003