Hi All,
I'm rather new to Alteryx, and I've been addicted to training videos to the point things are starting to get blurry. 
I've done a count distinct on a field and I want to be able to group those counts by month. My date field is in this format 2017-02-15 (YYYY-MM-DD). I'd love to be able to create a new field called Month, and parse the month from my dates into that field (in this style, Jan, Feb, Mar, etc.). I've tried a couple of things but no success. Using v11. Using the date function DateTimeMonth([svcDate]) , I keep getting the error: Formula (8): The field "" is not contained in the record. (Expression #1). Argh!
Please and thank you,
Paul