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
- 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