Page 1 of 1

The sum of times converted to days.

Posted: Mon Mar 25, 2024 8:09 pm
by manuel.leonor
Hello everyone,

I have the following scenario: I am summing up times using {SumTime(Dataroot,root.WorkTime)} and I would like to convert that time into days.

How can I achieve that in Stimulsoft?

Re: The sum of times converted to days.

Posted: Mon Mar 25, 2024 9:25 pm
by Lech Kulikowski
Hello,

You can use the following expression:
{SumTime(Dataroot,root.WorkTime).Days}

Thank you.