Forum Discussion
KatkaS
Post Patron
3 years agoIf 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
Community Support
3 years agoHi, 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.