Forum Discussion
KatkaS
3 years agoPost Patron
If measure
Hello can you please check below measure? It is reverting wrong result when the difference between deadline and time is 17 seconds... Thank you very much!
- 3 years ago
Hi, KatkaS
I tested your function without an exception.
Column = IF([App DeadLine]>[UPDATE TIME],"ON TIME","LATE")You can also try another method.
Column 2 = DATEDIFF([UPDATE TIME],[App DeadLine],SECOND)Column 3 = IF([Column 2]>0,"ON TIME","LATE")You can try this formula and see if there are any exceptions.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
3 years agoCommunity Support
Hi, KatkaS
I tested your function without an exception.
Column = IF([App DeadLine]>[UPDATE TIME],"ON TIME","LATE")
You can also try another method.
Column 2 = DATEDIFF([UPDATE TIME],[App DeadLine],SECOND)Column 3 = IF([Column 2]>0,"ON TIME","LATE")
You can try this formula and see if there are any exceptions.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.