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.
Hi All, Is there a way to hide the % value after sales amount from the tool tip. It is possible using custom tool tip but can the same be achieved using the default tool tip itself.
You can do something like this to override the default tooltip
GRAPH FILE car
SUM SALES
BY COUNTRY
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH PIE
ON GRAPH SET STYLE *
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/endeflt.sty,$
TYPE=DATA, COLUMN=N1, BUCKET=color, $
TYPE=DATA, COLUMN=N2, BUCKET=measure, $
*GRAPH_JS_FINAL
"riserBevel": "none",
"pieProperties": {
"holeSize": "65%"
},
"agnosticSettings": {
"chartTypeFullName": "Pie_Ring"
},
"series":[{
"series": "reset",
"tooltip": "<table><tr><td>COUNTRY:</td><td>[b]{{series_label}}[/b]</td></tr><tr><td>{{group_label}}:</td><td>[b]{{value | formatNumber('$#,###')}}[/b]</td></tr></table> "
}],
*END
ENDSTYLE
END
-RUN
It is Chuck that has changed the status to [CLOSED] (see first post for last updated by) After a while if there is no more action on a post the moderator change its status to [CLOSED] when no status already there
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
It is Chuck that has changed the status to [CLOSED] (see first post for last updated by) After a while if there is no more action on a post the moderator change its status to [CLOSED] when no status already there
Interesting. I would think that if a moderator is changing the status of a post, that they should also make a post stating that they are doing so.
IDK, maybe maybe that's just me...
😒
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
I would think that if a moderator is changing the status of a post, that they should also make a post
It would also be good if the originator confirmed that their issue/question had been answered instead of not following up, but I think that we will wait until a very hot place becomes very cold.
It would also be great if they thanked the person who supplied the answer or, at the very least, acknowledged the solution!
But then, maybe that's just me
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