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     How can I get a Stack Graph using 7.1.3 to display Int

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How can I get a Stack Graph using 7.1.3 to display Int
 Login/Join
 
Silver Member
posted
We have just upgraded from Web Focus 5.3 to 7.1.3. I created a stack bar graph that display the values as an integer, but now instead of displaying as a 7 the value is displayed as 700.00%. How do I get the data to display a the actual value of 7?


WebFOCUS 7.1.3 on Win 2000
 
Posts: 45 | Location: North Carolina | Registered: February 17, 2005Report This Post
Silver Member
posted Hide Post
Found my own answer, in Webfocus 5.32 in order to make a stack graph work to size the font of the data you had to use the API set commands of
-*setCustomDataText (getSeries (2), true);
-*setCustomDataText (getSeries (1), true);
-*setCustomDataText (getSeries (0), true);
-*setTextFormatPreset(getDataText (2), 4);
-*setTextFormatPreset(getDataText (1), 4);
-*setTextFormatPreset(getDataText (0), 4);
Having defined the output to be an integer was not working with the the upgrade thereby causing all my numbers (i.e 7 to be 700.00%) In 7.13 taking this out makes the graph work fine.

Hope this helps someone else.


WebFOCUS 7.1.3 on Win 2000
 
Posts: 45 | Location: North Carolina | Registered: February 17, 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     How can I get a Stack Graph using 7.1.3 to display Int

Copyright © 1996-2020 Information Builders