I want to make a calculation column that contains sales targets for each month. i get error while filling formula in google data studio.
i get error = invalid formula - Operator ">=" doesn't support DATE >= TEXT. The operator ">=" supports ANY >= ANY.
case
when Order Date>= '2014-01-01' and Order Date<'2015-01-01' then 30000
when Order Date>= '2015-01-01' and Order Date<'2016-01-01' then 40000
else 50000
end
what should be the formula?thank you