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] charting - hovering over line on chart, where do you format $ sign?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] charting - hovering over line on chart, where do you format $ sign?
 Login/Join
 
Silver Member
posted
Here's my dilemma. I have a dual axis chart. Left side has Count, right side has Dollars, bottom (ordinal axis) has 12 Months across. What I want to happen is when you hover over the Dollar line and the pop up displays, I would like to have a $ sign display with the number, with commas. How do you accomplish this formatting??

This message has been edited. Last edited by: Kerry,


WF 7.7
Unix/Tomcat
ZLinux on System Z
DB2 Relational DB
 
Posts: 33 | Registered: April 23, 2007Report This Post
Member
posted Hide Post
Hi CherylB, you might want to look at the tooltips parameter
 
Posts: 2 | Registered: April 22, 2008Report This Post
<JG>
posted
setTextFormatPreset(getDataText(),-1);

then

setTextFormatPattern(getDataText(),"$###,###"); for leading $

or

setTextFormatPattern(getDataText(),"###,###$"); for trailing $
 
Report This Post
Silver Member
posted Hide Post
I will give these a try. Thank-you for your respsonse.


WF 7.7
Unix/Tomcat
ZLinux on System Z
DB2 Relational DB
 
Posts: 33 | Registered: April 23, 2007Report This Post
Silver Member
posted Hide Post
I was able to get the
setTextFormatPreset(getDataText(),-1);
and
setTextFormatPattern(getDataText(),"$###,###");
to work for me. Thank you for your help.


WF 7.7
Unix/Tomcat
ZLinux on System Z
DB2 Relational DB
 
Posts: 33 | Registered: April 23, 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     [SOLVED] charting - hovering over line on chart, where do you format $ sign?

Copyright © 1996-2020 Information Builders