Description

Replaces all occurences of None with a string.

Example

List the priority for all instances, defaulting all NoValue values with “LOW

instance->i/name{}/$i/priority?/replacenone('LOW')

Syntax

expression1?/replacenone(value)

Parameters

Type Description
Expression1 Expression that gives (a set of) values, or NoValue if not found
Value The value to replace NoValue with