Grouping and ranking data question

Hi. I have minute level data i am dealing with. I am trying to get total minutes that a post is open during a day. It can be post 1, post 2, or no activity. I am grouping by Date (Day) and Post then doing a difference between then Max and min timestamp to get total minute sin the post.
This is how I want my data output to come out:
Post | Min timestamp | Max timestamp | Minutes (Max Time - Min Time) |
Post 1 open | 2024-07-28 9:00am | 2024-07-28 9:30am | 30 |
No Activity | 2024-07-28 9:31am | 2024-07-28 10:31am | 60 |
Post 2 open | 2024-07-28 10:32am | 2024-07-28 1:32pm | 180 |
Post 1 open | 2024-07-28 2:00pm | 2024-07-28 3:00pm | 60 |
Instead it comes out like this
Post | Min timestamp | Max timestamp | Minutes (Max Time - Min Time) |
Post 1 open | 2024-07-28 9:00am | 2024-07-28 3:00pm | 360 |
No Activity | 2024-07-28 9:31am | 2024-07-28 10:31am | 60 |
Post 2 open | 2024-07-28 10:32am | 2024-07-28 1:32pm | 180 |
Is there a way to to a rank function or something? I want to group by post but i cant figure out how to group the time correctly. Thanks!
Answers
-
@TMonty0319 What does your original data look like?
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 664 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 825 Beast Mode
- Visualize
- 2.6K Charting
- 89 App Studio
- 46 Variables
- Automate
- 196 Apps
- 486 APIs & Domo Developer
- 94 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive