30 day running date alert
Hello,
I'm trying to create a date range that will be continual, comparing today to 30 days ago. I have a feeling it's somewhere within creating a calculated field, but I don't know what the formula would be. My idea would be to have a specfic filter that would include date(today, today - 30days) but the actual process is unknown to me. I would only need those two dates to do a percent difference alert for different variables. Thank you!
Best Answer
-
No worries, you just need to change my formula to fit your field names:
I used `Date` because I did not know what you called your date field.
Change it to `Your Date Field Name` and it should work
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0
Answers
-
You can accomplish this by creating a beast mode calculation and then using that calculation as a filter
case
when `Date` = CURDATE() THEN 'true'
when `Date` = DATE_SUB(CURDATE(), INTERVAL 30 DAY) THEN 'true'
else 'false'
end
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman1 -
- @ST_-Superman-_ I appreciate the help! Unfortunately, I'm recieving the " Invalid Formula : A column in this calculation did not exist." error when I try to evaluate the formula you included in your comment. Should I be doing more than just "adding a calculated field"? I've added a screenshot to hopefully clarify what I'm doing wrong.
Sorry I'm terribly new to this program. Thanks again!
0 - @ST_-Superman-_ I appreciate the help! Unfortunately, I'm recieving the " Invalid Formula : A column in this calculation did not exist." error when I try to evaluate the formula you included in your comment. Should I be doing more than just "adding a calculated field"? I've added a screenshot to hopefully clarify what I'm doing wrong.
-
No worries, you just need to change my formula to fit your field names:
I used `Date` because I did not know what you called your date field.
Change it to `Your Date Field Name` and it should work
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
killer thanks so much!
0
Categories
- 10.5K All Categories
- 6 Connect
- 916 Connectors
- 250 Workbench
- 463 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 190 Visualize
- 252 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 172 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive