how to get last full 12 month in beast mode
I would like to create a flag for the date for the last 12 full months, not including the current month. For example, as of now, I only want to show any dates are in Oct 2018 to Nov 2017. I used this one, but give me to the same date of last year.
Thank you.
DATE_SUB(now(), INTERVAL 12 MONTH)
Olivia
Best Answer
-
This will flag a 1 for 'in your range' and 0 for out.
CASE WHEN `Date_Field` > LAST_DAY(DATE_SUB(current_date, INTERVAL 13 MONTH))
AND `Date_Field <= LAST_DAY(DATE_SUB(current_date, INTERVAL 1 MONTH))
THEN 1
ELSE 0
ENDThat should hopefully help get you what you need.
Sincerely,
Valiant**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.2
Answers
-
This will flag a 1 for 'in your range' and 0 for out.
CASE WHEN `Date_Field` > LAST_DAY(DATE_SUB(current_date, INTERVAL 13 MONTH))
AND `Date_Field <= LAST_DAY(DATE_SUB(current_date, INTERVAL 1 MONTH))
THEN 1
ELSE 0
ENDThat should hopefully help get you what you need.
Sincerely,
Valiant**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.2 -
How can this be changed to include prior year 12 months (24 months ago)?
0
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 605 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 696 Beast Mode
- 43 App Studio
- 39 Variables
- 659 Automate
- 170 Apps
- 442 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 33 Predict
- 13 Jupyter Workspaces
- 20 R & Python Tiles
- 388 Distribute
- 111 Domo Everywhere
- 271 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 9 Domo University
- 31 Product Releases
- Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive