Hi all,
New to Alteryx and unfortunately Google/Community boards aren't helping in this instance. I have a data set of credit card holders that tells me when the card was opened. I want to calculate how long the card has been active, from today's date.
This is the formula I have used: DateTimeDiff(DateTimeToday(),[Open Date],'years')
As the original data was in a string format, I have used the convert date tool to ensure the data is in datetime format. The browse tool is telling me on the step prior (convert date tool) to the formula above the data is 100% OK, however the formula is throwing me this error:
Error: Formula (86): The formula "# of months worked" resulted in a number but the field is a Date/Time. (Expression #1)
Any ideas how to overcome this? Unfortunately I can't post data for confidentiality reasons.
TIA
Elyse