How to find total hours took from the ordered date to shipped date

706    Asked by AdamLipscomb in Tableau , Asked on Dec 15, 2019
Answered by Asutosh Jha

Just use the datepart as an hour in the datediff() function and you will get difference in an hour.

DATEDIFF(hour, order_date, ship_date)



Your Answer

Interviews

Parent Categories