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.
using series_percent in pie chart labels always shows 2 decimals instead of one. i tried using the default label formatting like below and it didnt respect it.
label always shows like 10.10% though the data is 10.1% and its datatype is P12.1
anyone has idea to control the format in series_percent
-***************************************
update: ---------- currently i am experimenting like below using value instead of series_percent. will update in comments soon.
"series":[{"series": "reset", "dataLabels":{"content":"{{value | formatNumber('$#,###.00')}}\n({{series_percent}})"}}],This message has been edited. Last edited by: vinodh,
@hallway - i made it work this way, as i need some customization in the way the labels are displayed like values first followed by the label whereas webfocus by default doesn't have the functionality. also i am able to concatenate the percent symbol without using pipe symbol.
i will close the case as below code help me resolve my need.