Subtracting Hours from Date time values
I have a dataset in which i have two columns of date timestamp values in format YYYY-MM-DD HH:MM:SS
1- Date created
2- Date Closed
I have subtracted this with a beast mode to get the days and hours minutes:
Beast mode name : Test01
CONCAT(
DATEDIFF(Date Closed
,Date Created
),' ','days',' ',TIMEDIFF(Date Closed
,Date Created
)
)
By this my output for a random case is coming like 2 days 2:00:00
Challenge - I have to make another beast mode in which i have to subtract 12 hours from the beast mode Test01. How I can do that so that for my case 2 days 2:00:00 if i subtract 12 hours i get 1 days 14:00:00
We can also try to subtract 12 hours from date closed and then calculate the Test01
Please help?
Answers
-
It is giving me incorrect value. Basically in this method, we are subtracting 12 hours from the date difference and then we are also subtracting 12 hours from time value.
So it is also subtracting date and then from the hours as well.
check the column name Delta
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Data Connections
- 1.3K Connectors
- 309 Workbench
- 17 Cloud Integrations
- Data & ETL
- 2.3K Magic ETL
- 120 SQL DataFlows
- 667 Datasets
- Visualize & Apps
- 90 App Studio
- 198 Pro-code Components
- 2.6K Charting & Analyzer
- 874 Calculations & Variables (Beast Mode)
- AI & Data science
- 23 Domo AI & AI Chat
- 4 Managing AI
- 18 Jupyter Workspaces
- Automate
- 122 Workflows
- Alerts
- Distribute
- 118 Domo Everywhere
- 284 Reporting
- Manage
- 146 Governance & Security
- 489 APIs
- 11 Add-ins & Plugins
- 13 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 118 Community Announcements
- 5K Archive