DATE_SUB function
Trying to write a Beast Mode that calculates yesterday's date.
DATE_SUB(CURRENT_DATE(), interval 1 Days)
This formula validates just fine, but an error occurs when I try to use it in a table or see it in a drill down.
Any ideas?
0
Best Answer
-
You have a minor typo in your formula, it should be DAY not DAYS
DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY)
You can also shorten it since it defaults to DAY intervals:
DATE_SUB(CURRENT_DATE, 1)
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
You have a minor typo in your formula, it should be DAY not DAYS
DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY)
You can also shorten it since it defaults to DAY intervals:
DATE_SUB(CURRENT_DATE, 1)
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 971 Connectors
- 259 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 502 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 380 Beast Mode
- 21 Variables
- 487 Automate
- 104 Apps
- 379 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 319 Distribute
- 67 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 64 Community Announcements
- 4.8K Archive