Data Type Representation in Functions

This topic explains how each data type is represented in functions. In other words, it describes the means employed by PPM for interpreting the data in order to manipulate it for the execution of the function.

Example

If Risk is a value list category with High, Medium and Low values, then the following horizontal formula is valid:

("Risk" == getValueList("Risk","High"))?1:0

?: is the JavaScript conditional operator. The formula returns 1 if the item's Risk is High; otherwise it returns 0.

Related Topics

Defining a Calculated Data Source

Horizontal Function

Indicator Function

Vertical Function

Over-Time Function

Advanced Function

Vertical Function (Advanced)

Function Permissions

Testing a Function



Legal Notices | Your Privacy Rights
Copyright © 1998, 2020

Last Published Thursday, December 10, 2020