constantIfBlank
Checks if an element has a value, and assigns a constant value if it does
not.
Arguments
- Element to check.
- Value to assign if the element does not have one.
Examples
Expression | Result |
---|---|
constantIfBlank("", "Value") | "Value" |