The sum of times converted to days.

Stimulsoft Reports.JS discussion
Post Reply
manuel.leonor
Posts: 2
Joined: Tue Aug 22, 2023 10:19 pm

The sum of times converted to days.

Post 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?
Attachments
3.png
3.png (6.12 KiB) Viewed 702 times
2.png
2.png (13.35 KiB) Viewed 702 times
1.png
1.png (31.17 KiB) Viewed 702 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: The sum of times converted to days.

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply