IsEmpty
If the input parameter is a list or a collection (like Concept-Set), then the IsEmpty function checks if the list has 0 rows.
The HasValue() function checks the opposite of this function.
Returns true if parameter is empty.
Returns false if parameter is not empty.
Syntax
Parameters
Name
Type
Required
Description
parameter
any
☑️
Field that is checked for a value
Last updated
Was this helpful?