Skip to main content

Window: Performance Measure Calculation

[Created: 24/04/2001 - Updated: 30/09/2022 ]
Description: Define how you calculate your performance measures
Help: The Performance Measure Calculation defines how performance measures will be calculated.The sql needs to return a single value. Please check examples.The date restriction is defined in the Goal.Any restrictions for Organizations, Business Partners, Products, etc. are as Performance Goal Restrictions.

Tab: Performance Measure Calculation

[Created: 24/04/2001 - Updated: 30/09/2022 ]
Description: Maintain your Performance Measure Calculation
Help: The Performance Measure Calculation defines how performance measures will be calculated. See examples.The SELECT definition must contain the SELECT and FROM keywords in upper case. The WHERE clause can only contain values of the main table (e.g. when selecting from Header and lines, only header variables can be used in the where clause) and be fully qualified if there is more then one table.
Tab Level: 0

Table 10: Performance Measure Calculation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.pa_measurecalc.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.pa_measurecalc.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.pa_measurecalc.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.pa_measurecalc.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.pa_measurecalc.IsActive character(1)
Yes-No
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!pa_measurecalc.EntityType character varying(40)
Table
Sql SELECTSQL SELECT clauseThe Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. Do not include the SELECT itself.pa_measurecalc.SelectClause character varying(2000)
Text
Sql WHEREFully qualified SQL WHERE clauseThe Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname".pa_measurecalc.WhereClause character varying(2000)
Text
Date ColumnFully qualified date columnThe Date Column indicates the date to be used when calculating this measurementpa_measurecalc.DateColumn character varying(124)
String
Org ColumnFully qualified Organization column (AD_Org_ID)The Organization Column indicates the organization to be used in calculating this measurement.pa_measurecalc.OrgColumn character varying(124)
String
B.Partner ColumnFully qualified Business Partner key column (C_BPartner_ID)The Business Partner Column indicates the Business Partner to use when calculating this measurementpa_measurecalc.BPartnerColumn character varying(124)
String
Product ColumnFully qualified Product column (M_Product_ID)The Product Column indicates the product to use to use when calculating this measurement.pa_measurecalc.ProductColumn character varying(124)
String
TableDatabase Table informationThe Database Table provides the information of the table definitionpa_measurecalc.AD_Table_ID numeric(10)
Table Direct
Key ColumnKey Column for Tablepa_measurecalc.KeyColumn character varying(124)
String