Time to Second Sum Aggregation
I am having an issue with summing 4 different time to second functions. I have 4 different souces of time in the format of HH:MM : SS which were imported in as text and thus converted to seconds and then minutes. I'm unsure why they cannot sum as they should come out as whole numbers of minutes and when used seperately, they come out as a number. Why am I unable to sum them?
Beastmode function is below:
SUM((TIME_TO_SEC(`Time1`) / 60),(TIME_TO_SEC(`Time2`) / 60),(TIME_TO_SEC(`Time3`) / 60),(TIME_TO_SEC(`Time4`) / 60))
Best Answer
-
Hi Giolaj,
I am not getting into the logical part of the solution, just trying to suggest a syntax here, Please try doing this,
SUM(TIME_TO_SEC(`Time1`) / 60) +
SUM(TIME_TO_SEC(`Time2`) / 60) +
SUM(TIME_TO_SEC(`Time3`) / 60) +
SUM(TIME_TO_SEC(`Time4`) / 60)Hope this helps
Regards
Aditya Jain
'Happy to Help'2
Answers
-
Hi Giolaj,
I am not getting into the logical part of the solution, just trying to suggest a syntax here, Please try doing this,
SUM(TIME_TO_SEC(`Time1`) / 60) +
SUM(TIME_TO_SEC(`Time2`) / 60) +
SUM(TIME_TO_SEC(`Time3`) / 60) +
SUM(TIME_TO_SEC(`Time4`) / 60)Hope this helps
Regards
Aditya Jain
'Happy to Help'2 -
That worked, everything added up correctly! Thank you!!
0
Categories
- 10.5K All Categories
- 3 Connect
- 913 Connectors
- 250 Workbench
- 458 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 183 Visualize
- 249 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 168 Product Ideas
- 1.2K Ideas Exchange
- 9 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive