Chart Average, Max, Min with Date/Time
Hello,
I am trying to use a Line Graph to see First Reponse Times. I want to show Shortest, Average, Longest. I have a the main date/time, then used Beast Mode to calculate the minutes from the first reponse date/time and subtract it from the main date/time.
ABS(MINUTE(`FTechStartTime`) - MINUTE(`ChatTime`))
I noticed most of it wroks but when a time goes into a new hour, it adds 50+ mins
example:
Start Time: 17 Apr 2019 15:59:00 PM
First Reponse Time: 17 Apr 2019 16:02:00 PM
Results = 57
Not sure how to get the right calculation for this
0
Comments
-
Can you try using TIMEDIFF() instead?
TIMEDIFF('Time 1','Time 2')
0 -
What your calculation is doing is looking at the minutes, finding the difference and taking the abs value. In your example, 59 - 2 = 57
0 -
Looks like that helped
MINUTE(TIMEDIFF(`FTechStartTime`,`ChatTime`))
Graph looks much better
1
This discussion has been closed.
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 665 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 827 Beast Mode
- Visualize
- 2.6K Charting
- 90 App Studio
- 46 Variables
- Automate
- 198 Apps
- 488 APIs & Domo Developer
- 97 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 284 Scheduled Reports
- 11 Software Integrations
- Manage
- 145 Governance & Security
- 13 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive