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  Performance Management Framework (PMF)    modifying % Rchd loses stoplight

Read-Only Read-Only Topic
Go
Search
Notify
Tools
modifying % Rchd loses stoplight
 Login/Join
 
Guru
posted
Hi,

I have a case where the target for a measure is $0, but if they have an actual of zero, the % Rchd shows a green stoplight and .0%. The user would like it to show 100%.

I cracked open the TODMEAS1 fex, and found this field in the PASS2 section:

CURR_IND_STAT_PCT_HTML

I modified it to use this formula:

COMPUTE CURR_IND_STAT_PCT_HTML_V2/A150=IF (CURR_ACTUAL EQ 0 AND CURR_TARGET EQ 0) THEN '100%' ELSE CURR_IND_STAT_PCT_HTML;

This works well, except that it loses the green stoplight when it is reset to 100%. My theory is that the original CURR_IND_STAT_PCT_HTML probably contains an image reference, but I couldn't find out where it's being concatenated. I would like to hard code the green stop light in front of the 100%, since it will always be green during those conditions.

Please advise,

Joey


-WebFOCUS 8.2.01 on Windows
 
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005Report This Post
Master
posted Hide Post
The image for your "Stoplight" is probably coded in your stylesheet. If it isn't obvious, look for an INCLUDE or CSS


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
Master
posted Hide Post
When target is 0 in 4.2.1 we always have Pct Reached be 0. Descending Measures with zero target incur funny math. We have to avoid a divide by zero there so we just set Pct Reached to 0.

In V5 PMF has a new feature that lets you set the basis for descending measures with low or zero targets. Apart from that you might want to create your own logic for that circumstance.


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

 
Posts: 919 | Registered: March 26, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    modifying % Rchd loses stoplight

Copyright © 1996-2020 Information Builders