hello everyone,
I have a calendar column and was trying to achieve the following.
can anyone help me as I am having the Formula syntax is invalid.
case
when "Sale Date (Calendar)" is between ('01-04-2021, 31-03-2020') then "A"
when "Sale Date (Calendar)" is between ('01-04-2020, 31-03-2021') then "B"
End
Thank you