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
- 10.5K All Categories
- 3 Connect
- 913 Connectors
- 250 Workbench
- 458 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 183 Visualize
- 249 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 168 Product Ideas
- 1.2K Ideas Exchange
- 10 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive