Back to: Index of cards
Cards in this section return and display Boolean values.
Takes a Boolean column from a transform table as input, and returns an array of the Boolean values.
Returns the first value that is not null, or null if all inputs are null.
Returns True if the input string contains the specified substring (case-sensitive).
Returns True if the input string does not contain the specified substring (case-sensitive).
Returns True if the input string starts with the specified substring (case-sensitive).
Returns True if the input string ends with the specified substring (case-sensitive).
Returns True if input values are the same.
Returns True if input values are different.
Returns True if the numbers are the same value.
Returns True if the numbers are not the same value.
Returns True if the input number is greater than the second number.
Returns True if the input number is greater than or equal to the second number.
Returns True if the input number is less than the second number.
Returns True if the input number is less than or equal to the second number.
Returns True if the input timestamp is before the second timestamp.
Returns True if the input timestamp is on or before the second timestamp.
Returns True if the input timestamp is after the second timestamp.
Returns True if the input timestamp is on or after the second timestamp.
Returns True if the input timestamp is on the second timestamp.
Returns True if the input timestamp is not on the second timestamp.
Returns True if the input timestamp is inclusively between the second and third timestamp.
Convert literal true/false string values to their corresponding Boolean values, with all other strings set to false
. Optionally, set the default Boolean value totrue
and/or specify which string values will be mapped to true
and/or which to false
."