IsUnknown
We advise to use the HasValue() and IsEmpty() functions as they are more practical and logical in use.
If the input parameter is a list or a collection (like a Concept-Set), then the IsUnknown()
function checks if the list has no rows.
The
IsKnown()
function checks the opposite of this function.
Returns true
if parameter
is unknown.
Returns false
if parameter
is not unknown.
Syntax
Parameters
Name
Type
Required
Description
parameter
any
☑️
Field that is checked for a value
Last updated
Was this helpful?