Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Formula returning [null]

jmpark
6 - Meteoroid

Hi all!

 

I was just wondering why one of my formulas (30), specifically expression #11, is returning only [Null]. 

This happens even when I put the most basic formula in, such as [Task On]. 

I have posted my workflow below.

Thank you in advance!

 

10 REPLIES 10
tcroberts
12 - Quasar

Yes, @kgalbert is right on the money. Alteryx only accepts dates in the following format: yyyy-mm-dd.

 

You could add a DateTime tool to the start of your workflow (as long as no other tools depend on the current date format you have) to fix this, and set the "Select the format that matches the incoming string field" configuration to: MM/dd/yyyy.

 

You'll then have a new field called DateTime_Out (unless you rename it), which you can apply your formula to later on and avoid these coercion issues.

 

Cheers!

Labels