Skip to content

パフォーマンス測定計算(Performance Measure Calculation)|iDempiere 13 画面リファレンス

This content is not available in your language yet.

パフォーマンス測定計算(Performance Measure Calculation)

Section titled “パフォーマンス測定計算(Performance Measure Calculation)”

iDempiere 13 標準ウィンドウ(AD_Window_ID: 213)

メニュー: 会計管理 ▸ パフォーマンス測定 ▸ パフォーマンス測定計算

Define how you calculate your performance measures

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.

#タブテーブル階層説明
10測定計算PA_MeasureCalc0Maintain your Performance Measure Calculation

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.

フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
有効IsActiveYes-NoThe record is active in the system
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
SQL SELECT句SelectClauseTextSQL SELECT clause
SQL WHERE句WhereClauseTextFully qualified SQL WHERE clause
日付カラムDateColumnStringFully qualified date column
組織カラムOrgColumnStringFully qualified Organization column (AD_Org_ID)
取引先カラムBPartnerColumnStringFully qualified Business Partner key column (C_BPartner_ID)
品目カラムProductColumnStringFully qualified Product column (M_Product_ID)
テーブルAD_Table_IDTable DirectDatabase Table information
キーカラムKeyColumnStringKey Column for Table