Forum Discussion
Error handling in creating duration custom column
- 6 years ago
Hi jb_karlsson ,
You can try to replace errors.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try this..
=if [Seconds] <> null then #duration(0,0,0,[Seconds]) else #duration(0,0,0,0)
If it helps, mark it as a solution.
Kudos are nice too
Hi, no it didn't help, it removed the null values and replaced them with 0.00:00:00.
Regards Johan
- Icey6 years agoCommunity Support
Hi jb_karlsson ,
You can try to replace errors.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jb_karlsson6 years agoFrequent Visitor
Thank you very much.
Sometimes the answer is much easier then you expect:).
- Anonymous4 years agoNot applicable
But it isn't supposed to be the case.
Why should I go through this workaround from the first place it doesn't supposed to generate an error, it doesn't make sense