Forum Discussion
domtrump
Helper II
3 years agoCalc column Flag if between two dates
Just need a simple calculated column =if(MOHDEP1[FDDate]>= "03/01/23", 1,0) This errors out. What is the proper syntax to do a simple date comparison? =if(MOHDEP1[FDDate]>= date(2023,3,1), ...