Hi All,
I often build beastmodes and find that the in-built function "Between" never seems to function.
If you type "Between" into the function search, nothing comes up, but if you start typing "Between", it's an option like AND, OR, etc. would be.
I presume the intended function would typically be utilised in truncating values in case statements without needing a greater than and a less than part.
e.g.
CASE
WHEN value column
BETWEEN X AND Y THEN 'Is Between'
ELSE 'Is Not Between'
END
However, whenever I try to utilise Between in this way, the beastmode can never validate. Is a specific expected notation needed to use Between, or is it simply not working as intended?