Hello, I am trying to do a If or a Case formula
I have this in SQL and would like to find the correct syntax for CRW
CASE WHEN MONTH(GETDATE()) <= 7 THEN DATEFROMPARTS(YEAR(GETDATE()) , 6 , 30) ELSE DATEFROMPARTS(YEAR(GETDATE()) + 1 , 6 , 30) END
This is saying this year if it's <= July and then next year if it's greater than July