Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Milliseconds based on Table Values

bleu
8 - Asteroid

I need to get the milliseconds out of a database, using a SQL statement, based on the values in the TransDate column. I know Alteryx doesn't like milliseconds so if I could get it in another column that would work just fine. But I need those values. So for the first value below the data would be 857.

 

Any advice would be appreciated.

 

Database:

 

bleu_0-1612192520076.png

 

1 REPLY 1
echuong1
Alteryx Alumni (Retired)

In the SQL query used to bring the data into Alteryx, you can try casting it as a string value rather than a timestamp. Then, you should be able to handle the full values in Alteryx or parse as needed.

Labels
Top Solution Authors