EBIFour.com > Training > Clarify Tips > Ruleset V2 Conditions- IsNotNullorWhiteSpaces - IsNullorWhiteSpaces

Ruleset V2 Conditions- IsNotNullorWhiteSpaces - IsNullorWhiteSpaces

7th July 2019

In V2 Cleo Clarify Rulesets there are 2 essential conditions that help against for the presence or non-presence of data

  • IsNotNullorWhiteSpace
  • IsNullorWhiteSpaces


IsNotNullorWhiteSpace can be used, on a rule or composite, to allow users apply logic when they want to ensure a string field is not blank and/or contains space. For numeric fields, users can test to ensure the source field is not 0 (zero).

IsNullorWhiteSpace can be used, on a rule or composite, to allow users apply logic when they want to ensure a string field is blank and/or contains space. For numeric fields, users can test to ensure the source field is 0 (zero).


By: on