I'm a student trying to use Alteryx for the first time and I'm having trouble with a basic formula trying to calculate depreciation/carrying cost for any inventory purchased during the year. This is what I have:
IF [Acquisition/Maturity Date]>=2020-06-30 AND [Acquisition/Maturity Date]<2021-06-30 THEN [Cost]*(.2) ENDIF
Can someone enlighten me as to where I'm going wrong? Thanks!