Get values with dates 3 months after the date in a field
I am trying to create a filter that shows a date in the month 3 months after a specified date.
For example, if I look at the card today I would like to see the values with 'end date' in January, 2019. If I look next Friday on November 2nd, the filter would show values with 'end date' in February, etc..
I tried making an indicator using the case statement, but I was unable to create a range for January.
What is the best way to do this?
1
Comments
-
You could use a beast mode similar to this:
(CASE
WHEN `Order Date` > CURDATE()
AND `Order Date` < ADDDATE(CURDATE(), INTERVAL 3 month)
THEN `Order Date`
END)
Where curdate is the specific date that you want in a field.1
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 257 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 501 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 375 Beast Mode
- 20 Variables
- 485 Automate
- 103 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive