i am doing a ifelse statement in Quicksight, and i would like to set a condition where my order date is greater than 1st Jan of next year but less than 31st Dec of next year (where ‘next year’ will reflect as current year +1).
In excel, I can define 1st Jan of next year as follows:
=DATE(YEAR(NOW())+1,1,1)
I am trying to find out what is the equivalent in Quicksight?