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)    How is the % to Target on Descending Measure Calculated

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How is the % to Target on Descending Measure Calculated
 Login/Join
 
Member
posted
I need to understand how the % to target is calculated. I have a measure where desc. is better. It is set to calc % reached on a basis value of 100.00. The acutal is 10, the target was 75 and the % to target is 360.3%.

Other posts have indicated this is [Target -(Actual - Target)] / Target
but this doesn't work.


PMF 5.2.2
WebFOCUS 5.13, O/S = Red Hat Linux
HTML primarily, then xls, pdf
 
Posts: 3 | Location: Bay Area, CA | Registered: March 18, 2010Report This Post
Gold member
posted Hide Post
Hi MDCOLERIDGE,

The answer depends on the various measure settings that you have setup along with the PMF release. I'll answer this under the assumption that you are at least on PMF 521 and are using an Additive Aggregation Method with Descending.

If you configure the measure using BASIS as you state, then the following calculation is used.

PCT_REACHED
= ((TARGET_PCT_RCHD_BASIS - VAL_ACTUAL) / (TARGET_PCT_RCHD_BASIS - VAL_TARGET)) * 100
= ((100 – 10) / (100 – 75)) * 100
= %360

This measure has far surpassed the expected target for the period.

If perhaps you decided to use the standard descending measure setup it would be calculated in the following manner.

DELTA_TARGET = VAL_ACTUAL - VAL_TARGET
= 10 – 75
= -65

PCT_REACHED
= 100.0 - ((DELTA_TARGET / ABS(VAL_TARGET))*100.0)
= 100 – ((-65 / 75) * 100)
= 100 – (- 86.66)
= %186

Here this measure has also far surpassed the expected target for the period.

I hope this helps point you in the correct direction.

Cheers,
Mike
 
Posts: 57 | Registered: December 03, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    How is the % to Target on Descending Measure Calculated

Copyright © 1996-2020 Information Builders