Knowledge Drop
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
Knowledge Drop
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