Alteryx Designer Desktop Discussions

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

Date to Day ->Parse Error at char(0): Formula: tried to apply numeric operator to string v

Sammie
6 - Meteoroid

Hi

 

Tried to create a column from date to day of the week, the formula should works fine DateTimeformat(DateTimeParse([Date],'%Y/%m/%d'),'%A'); however i'm getting error as below:

 

 

Formula (28) Parse Error at char(0): Formula: tried to apply numeric operator to string value (Expression #2)

 

I've read somewhere could be because previous data is string. The date is extract out using Regex and then convert using DateTime tool. 

 

Can you please help? 

10 REPLIES 10
Sammie
6 - Meteoroid

First part was my error!

Thanks for the conditional formula also. 

Labels