PERIOD_OVERLAPS_UDF
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Definition
User-defined function (UDF) that reproduces the OVERLAPS OPERATOR to compare two or more period expressions and indicate if all expressions overlap with each other.
PERIOD_OVERLAPS_UDF(PERIODS ARRAY)Parameters
PERIODS ARRAY
All the period expressions to be compared.
Returns
TRUE if all period expressions overlap, otherwise FALSE.
Migration example
Input:
Output:
Last updated
