Dear Members,
I am trying to change the date format from 2024.01.03 to just 2024, can you please help.
Does alteryx recognise that as a string or date?
If string then use this in the formula tool Left( [Field],4), if date then use the formula tool with the following expression DateTimeYear( [Field] )
Hope this helps