
Mitchell Ogden
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 0
Comments
Recent activity by Mitchell Ogden-
Using reports you can accomplish this for this month and last month quite easily. Check out these resources: https://help.podio.com/hc/en-us/articles/204206708-Video-App-views-and-reports https:/...
-
+1
-
Entering the following into the calculation field should yield the result your looking for: var start = moment(@Start Date/Time); var end = moment(@End Date/Time); var diffMS = end.diff(start) // ...
-
is it String?
-
@Rainer Could you take a look at the following question I have? https://help.podio.com/hc/communities/public/questions/204618718-Using-a-contains-function-in-conjunction-with-a-switch-case
-
Thanks for the simplification @Rainer !!! Mitch
-
This was my working solution for my use case: var start = moment(@Actual Pick Date/Time); var end = moment(@Actual Drop Date/Time); var diffMS = end.diff(start) // difference in milliseconds; va...
-
@Rainer Your Solution failed to work for me... Podio comes back with "Script error: TypeError: undefined is not a function" var pick = @Actual Pick Date/Time; var drop = @Actual Drop Date/Time; va...
-
Please fervently actuate this plan.... It is a must!!