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)    Measure Loader - Requirements for Custom Coding Field Maps

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Measure Loader - Requirements for Custom Coding Field Maps
 Login/Join
 
Member
posted
We're creating a percent measure for which I need to specify Custom coding instead of Field Mapping for Source Type on the Field Maps tab.
We're using Measures Dt determines Time Dim and we have a fixed target for this measure.

When I choosed Custome coding, a dropdown list for Define Procedures appears and ACTUAL_NUMERATOR, ACTUAL DENOMINATOR and MEASURE_DATE disappear.

My questions is this: what are the requirements for the Define Procedure? Do I need to code a MEASURE_DATE? Do I need to code ACTUAL_NUMERATOR and ACTUAL_DENOMINATOR, or just the final % being calced? If final %, does it need a particular name, i.e. ACTUAL_PERCENT?


WF 765
WINTEL
Tomcat
PMF 42
SAP
SQLServer
 
Posts: 6 | Registered: July 14, 2005Report This Post
Member
posted Hide Post
PMF 4.2


WF 765
WINTEL
Tomcat
PMF 42
SAP
SQLServer
 
Posts: 6 | Registered: July 14, 2005Report This Post
Member
posted Hide Post
And i didn't really 'choosed Custome...' :-)


WF 765
WINTEL
Tomcat
PMF 42
SAP
SQLServer
 
Posts: 6 | Registered: July 14, 2005Report This Post
Master
posted Hide Post
I'm not sure why you're thinking you need Custom Coding instead of Field Mapping.
Nobody has really used this capability since PMF V1.0.

The DEFINE procedure must define components which depend on the aggregation method.

For additive aggregation in 4.2.x, you need to define:
ACTUAL/D20.2 = [code];
TARGET/D20.2 = [code];
MEASURE_DATE/HYYMDS = [real date];

For percent and range aggregation in 4.2.x, you need to define:
ACTUAL_NUMERATOR/D20.2 = [code];
ACTUAL_DENOMINATOR/D20.2 = [code];
TARGET_NUMERATOR/D20.2 = [code];
TARGET_DENOMINATOR/D20.2 = [code];
MEASURE_DATE/HYYMDS = [real date];

Hope this helps!


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
Member
posted Hide Post
My original calc for Errors per 1000 Orders Rating (ie a rating of 100 == Perfect) was this:

1 - ( errors / ( orders / 1000 ) )

I was able to reduce the calc to this:

( order - errors ) / ( orders / 100 )

to give me the same mathematical result.

So, in the end, i was able to fit it in the numerator / denominator construct, and not need the Define module.

Thx for your reply!


WF 765
WINTEL
Tomcat
PMF 42
SAP
SQLServer
 
Posts: 6 | Registered: July 14, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Measure Loader - Requirements for Custom Coding Field Maps

Copyright © 1996-2020 Information Builders