This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit Feedback@DinoF, I will try to be more diligent with making more backward compatible workflows. Attached, I have a workflow that should work with your version. If you ever find yourself in a spot where you do not have a compatible workflow version, you can make is compatible (most of the time) by following this knowledgebase article.
Also, check out the "modify Alteryx workflow version" that @MarqueeCrew has posted on the Gallery!
Hi there, thanks for the tip (modifying the XML with notepad) !
Cheers
Used a single formula for this one.
Cheers,
Mark
Nicely done! Now I have to play too! I probably would have done something near identical to what you did, but decided to try to be creative and find another way.
tostring(tonumber(left([date],1))+19)+REGEX_Replace([date],".(.{2})(.{2})(.{2})","$1-$2-$3")
Ok, I may have taken a slightly different approach:
simple 3 box solution