Date Beast mode
Hi everyone,
I have a pivot table which contains plan data. The key point is we need to allow one month post plan completion to allow for data collection and input.
Country | Plan Name | Start Date | End Date | Status | Delivered data available |
---|---|---|---|---|---|
Austria | Plan 1 | 1st Jan 2024 | 1st March 2024 | COMPLETED | YES |
Malta | Plan 2 | 1st Jan 2024 | 1st June 2024 | LIVE | NO |
In this example, i have used a beast mode to populate status if end date is before current date then completed, else live. I am having issues creating the beast mode for the "delivered data available" column. The logic is:
If campaign end date +1 month, is before current date, then YES, else NO (e.g. if plan end date is 1st March, data is available from 1st April). is this possible as a beast mode and how would I go about formulating this?
Thanks!
Best Answer
-
You should be able to use a beast mode like this:
CASE
WHEN ADDDATE(`End Date`, INTERVAL 1 month) <= CURDATE() THEN 'Completed'
ELSE 'LIVE'
END0
Answers
-
You should be able to use a beast mode like this:
CASE
WHEN ADDDATE(`End Date`, INTERVAL 1 month) <= CURDATE() THEN 'Completed'
ELSE 'LIVE'
END0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 737 Beast Mode
- 55 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive