Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA@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