Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Checks if the provided variable is null or has no value associated and then returns "true. Otherwise ", otherwise returns "false".

Parameters

Parameter name

Required

Description

variable

Yes

The value that you want testedto test. The value argument can be a string or a variable of any type.

...

Code Block
isNull(timeSpent)

Alternatively, you You can also use the hasInput routine to check whether certain fields were filled out during a workflow transition. And among those fields you can also check the work logged in particular.

Notes

Note

If isNull returns "true" the variable has no value attached. isNull will return returns "false" for zero for numeric variables or blank for character/string.

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "basic_routines"
labelsbasic_routines

...