I need to check whether start date is before end date or not?
how to do that in alteryx?
Solved! Go to Solution.
Hi @simran2003 ,
You can do that with the DateTimeDiff function. With that function, you can check also the difference between months, years, minutes, seconds, hours.. you only need to change the 3rh parameter.
Example attached.
Best,
Fernando Vizcaino
I got your code.Thanks a lot.