Skip to main content
Planview Customer Success Center

IsEmptyOrZero

IsEmptyOrZero (value as Field) as Boolean

Category: Logical
Description: Returns TRUE if a given field name or value is NULL or equals zero
Supported Context: Formula Column or Highlight in Reports Field
Parameters:  
value as Field Represents a specific value of a field
Returned value as Boolean Returns a boolean value, where "TRUE" indicates that the field specified in the "value" parameter is null or equals zero
Example #1

Check if the reported actuals are empty or zero (not reported): IsEmptyOrZero($CapacityOfUserMonthly.LoadForMonthly.LinkObject.ActualApproved)