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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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