Hi,
I'm trying to add a column to indicate whether the "Effective Date" is in the current or future month (i.e. TRUE) or previous month (i.e. FALSE), using last day of previous month's date in the formula. The Excel formula looks like this:
=IF(M2>DATEVALUE("10/31/18"),TRUE,FALSE)
I want to:
1. set the date value to always check for last day of previous month instead of having to change it each time the report is run in Alteryx.
2. find out how to convert the Excel formula (bearing in mind point 1) in Alteryx?
Thank you!