Skip to main content

Celonis Product Documentation

Validating KPIs for the Contract Leakage app

Work with the Setup and Validation view to change the default parameters for the Contract Leakage app. You can change their values to align with how things are done in your organization. The Setup and Validation view is the best way to validate and adjust the KPIs in the Contract Leakage app’s Knowledge Model. If you’ve worked through your use case there but something is still not the way you want it, you can make further adjustments directly in the Knowledge Model in Studio.

The Knowledge Model for the Contract Leakage app is called “Knowledge Model”. You’ll need Analyst permissions on Studio and the Knowledge Model to update it. Each KPI contains a PQL (Process Query Language) formula which you can change in our editor to change how the KPI behaves. Your changes are applied when you publish a new version of the app.

The Knowledge Model also includes calculated attributes that contain the business logic to classify and provide metadata about objects. You can use them in PQL queries as if they were another column in the database table for the object type. They appear in the Knowledge Model as attributes of relevant records. If you make any edits to view components that involve the calculated attributes from the Knowledge Model, we’ll automatically update the calculated attributes in the Knowledge Model to match your edits. You can also adjust them directly in the Knowledge Model before or after editing the views.

Calculated attributes and PQL formulas might be reused in the calculations for several KPIs across the Knowledge Model. If you change the business logic in one location and save your change, all of the KPIs that reuse the calculated attribute or PQL formula will reflect your changes.

contractleakage_km_kpis.png

Here’s how to work with the KPIs and calculated attributes in the app’s Knowledge Model. If you need training, check out the training track “Build Knowledge Models and Views” on the Celonis Academy.

  1. In the Celonis navigation menu, select Studio.

  2. In the Studio overview, find the Contract Leakage app in the space where you installed it, and click its tile.

  3. Select the Knowledge Model from the app navigation.

  4. Select the KPIs section of the Knowledge Model to work with KPIs, or the Records section to work with calculated attributes.

  5. You can sort and search the KPIs using their name or ID. The prefix to the ID shows what type of component they are. The table at the end of this topic lists the calculated attributes for the Starter Kit, with the records where you can find them and the use cases they apply to.

  6. To see and edit the full PQL formula and other settings for a KPI or calculated attribute, click its row to open an editor. The editor automatically validates any changes that you make in the PQL formula.

  7. If you want a fuller-featured PQL editor that lets you select from the tables and columns in your data, click on the pen icon next to the PQL formula.

  8. If you need to disable a KPI or formula, click the three vertical dots at the top of the editor, and select Disable Scope, then click Disable to confirm. When you do this, the object can't be accessed or used anywhere in the package, including by other apps that depend on it.

  9. When you’ve made changes to the KPIs and calculated attributes, use the Publish button at the top of the screen in your Studio space to publish a new version of the app.

Here are the most important calculated attributes for the app:

Calculated attribute name

Attribute ID

Record ID

Use cases

Has Contract

HasContract

O_CELONIS_PURCHASEORDERITEM

Missing Contract

Recommended Contract

ContractLeakageRecommendedContractID_1

O_CELONIS_PURCHASEORDERITEM

Contract Leakage

Contract Leakage

HasContractLeakage

O_CELONIS_PURCHASEORDERITEM

Contract Leakage

Potential Savings Classification

ContractLeakageClassificationPotentialSavings_1

O_CELONIS_PURCHASEORDERITEM

Contract Leakage

Order in Value Tracking

IsTracked

O_CELONIS_PURCHASEORDERITEM

Value Tracking

Has Contract

HasContract

O_CELONIS_PURCHASEREQUISITIONITEM

Missing Contract

Contract Leakage

HasContractLeakage

O_CELONIS_PURCHASEREQUISITIONITEM

Contract Leakage

Recommended Contract

ContractLeakageRecommendedContractID_1

O_CELONIS_PURCHASEREQUISITIONITEM

Contract Leakage

Potential Savings

ContractLeakagePotentialSavingsConverted_1

O_CELONIS_PURCHASEREQUISITIONITEM

Contract Leakage

Is Tracked

IsTracked

O_CELONIS_PURCHASEREQUISITIONITEM

Value Tracking