Greetings,
I am working on replacing MS Access based functions / queries in Alteryx workflow, trying to replace below month count difference in Filter function in Alteryx, but getting errors, can someone pls help
((DateDiff("m",[Incidents].[Creation Date],[Cob].[Rundate])+1)<=6))
Basically I want to make sure I am selecting data for Creation Date month <=6. For e.g. if Creation month is Aug, then I need to select records from Incidents table for which the month value is <= 6 than the Creation Date from Incidents table and RunDate from CoB table.
Thanks,
kishore Karankal