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.
Dear fellow PMFers: I have a request to use custom red/yellow/green performance code on the colors for the Strategy Map bubbles. The code works as desired in a detail report that rolls up and down with the lights on. Does anyone know if I can use this custom code to make the colors change on the bubbles of the map? If so, where do I begin? Thanks.
Greg
current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11
The colors on the strategy map inherits colors based on the “Look -> Chart Palette” specified under Settings.
You can change all of the charts in the system to another scheme by switching this. Behind the scenes this executes the a_chart_colorstyle.fex that is located in the pmfdata app folder.
If the colors you want are not listed there you can customize by either changing one of the existing or appending a new section for colors to this file after the “TANS_BROWNS”.
If you ONLY want the strategy map to use different colors this can be done a few ways, but involve some javascript coding. If this is what you are interested in, let me know.
Hi Mike, There is custom code that is used in a detail report to show red/yeloow/green at mulit-levels within a custom dimension that the user wants to use in the Strat Map. So instead of the standard roll-up calculations for the Strat Map, the user wants to substitue this with their custom code. They understand that any upgrade could wipe out any mods to standard procedures. Thanks. Greg
Greg
current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11