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.

How do I trim the Time off a date value In-DB with a snowflake data source

CKeyFur
5 - Atom

Currently the field is showing values like '2021-09-03 17:03:34' and I would like to remove the time at the end just to have the YYYY-MM-DD

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @CKeyFur 

 

Use select tool and change datatype to date.

 

Hope this helps : )

CKeyFur
5 - Atom

So a coworker showed me how to do what I was trying for this odd task. It was in the formula Tool and putting the Output field to whatever you want it and change type to date then SQL Expression of:
CAST("CALLTIME" AS DATE)

Labels