Looking on a specific date
Hi all,
I am working in Magic ETL. I have group two different datasets on their 'lock_dates'
I have created a calculated column where the number of locks are counted in each data set.
Then I created a column that told me if dataset 1 matched dataset 2.
All of this is shown below
The issue I am running into is seeing that 'powerselerlockdate' is updating sooner than 'powerlenderlockdate'.
To compensate for this, I want to look back exactly one week ago from today to know if 'powerseller=powerlender' is true or not. — in this case it isnt and I also need to figure out how to set an alert for that but that is for another day.
Can someone help me with the syntax for either a beastmode or a formula tile in ETL?
If this helps, feel free to agree, accept or awesome it!
Best Answer
-
You can filter out anything newer than 1 week old using the following:
CASE WHEN `PowerSellerLockDate` < = CURRENT_DATE() - INTERVAL 1 WEEK THEN 'In' ELSE 'Out' END
Then apply the beastmode as a filter in the card.
If you want to filter the values in Magic ETL, use a filter tile and the following formula
`PowerSellerLockDate` < = CURRENT_DATE() - INTERVAL 1 WEEK
I don't know if that is the right date field to use, but just swap it out with whatever date field makes sense to use there.
If I solved your problem, please select "yes" above
2
Answers
-
You can filter out anything newer than 1 week old using the following:
CASE WHEN `PowerSellerLockDate` < = CURRENT_DATE() - INTERVAL 1 WEEK THEN 'In' ELSE 'Out' END
Then apply the beastmode as a filter in the card.
If you want to filter the values in Magic ETL, use a filter tile and the following formula
`PowerSellerLockDate` < = CURRENT_DATE() - INTERVAL 1 WEEK
I don't know if that is the right date field to use, but just swap it out with whatever date field makes sense to use there.
If I solved your problem, please select "yes" above
2
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 308 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 660 Datasets
- 117 SQL DataFlows
- 2.2K Magic ETL
- 815 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 84 App Studio
- 46 Variables
- 779 Automate
- 191 Apps
- 482 APIs & Domo Developer
- 83 Workflows
- 23 Code Engine
- 41 AI and Machine Learning
- 20 AI Chat
- 1 AI Playground
- 2 AI Projects and Models
- 18 Jupyter Workspaces
- 413 Distribute
- 121 Domo Everywhere
- 281 Scheduled Reports
- 11 Software Integrations
- 145 Manage
- 141 Governance & Security
- 8 Domo Community Gallery
- 49 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 115 Community Announcements
- 4.8K Archive