Hello,
I'm quite new to Alteryx and could not figure this one out yet despite checking the forum.
So, I have this data which looks like this in the csv file:

This column is deemed V_WString in Alteryx and if I change it to Date with the select tool, it will give the message that it is not a valid date.
So I tried to convert it using the DateTime tool but whatever I write unde custom, I get the below warning:

I would need to be able to set the column to date format as I need to filter it for the current month but since I can't, the filtering formula does not work.
So the question is, do any of you know a way to change this data to date or a way to filter the String so it will give me the current month only. In excel I could work this out by using a formula which includes a current month function converted to text (I could get the JAN, FEB, MAR, etc part) and use that as a "contain" filter option but I have no idea how to do it in Alteryx
Thanks in advance for you help.