SOLVED
Creating a running total for time
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sreekanthac
8 - Asteroid
‎01-13-2022
10:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Community,
I am trying to create a running total for time. I have a table with a column having the time as shown in the pic. Time is stored as datatype Time. I am trying to create a running total for time. I understand that this cannot be achieved using the tool Runnig Total. Is there any alternative to this, a function similar to DateTimeDiff()?
Thank you in advance for your support.
Solved! Go to Solution.
Labels:
3 REPLIES 3
22 - Nova
‎01-13-2022
10:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
22 - Nova
‎01-13-2022
10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sreekanthac
Here is method 2 which will let you show time more than 24hrs
Workflow:
Hope this helps : )
‎01-13-2022
01:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @atcodedog05 for the quick response.
