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')
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
What your calculation is doing is looking at the minutes, finding the difference and taking the abs value. In your example, 59 - 2 = 57
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
Looks like that helped
MINUTE(TIMEDIFF(`FTechStartTime`,`ChatTime`))
Graph looks much better
1
This discussion has been closed.
Categories
- 10.5K All Categories
- 6 Connect
- 916 Connectors
- 250 Workbench
- 461 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 189 Visualize
- 252 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
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 171 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive