Last tested: Oct 10, 2019
CASE
when ROUND(datediff / increment, 0) <= 1
then "label 1"
else concat( "label 2", cast(round(datediff / increment, 0) as string))end
This content is subject to limited support.
Last tested: Oct 10, 2019
CASE
when ROUND(datediff / increment, 0) <= 1
then "label 1"
else concat( "label 2", cast(round(datediff / increment, 0) as string))end
This content is subject to limited support.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.