Current Date Filter

Can you filter date to be less/greater than today without manually updating the date range filter?
Best Answer
-
@ccpincombe you can accomplish this by writing a beastmode formula and then filtering on the formula.
Example
CASE
WHEN TableDate > CURDATE() THEN 'Greater'
WHEN TableDate < CURDATE() THEN 'Less'
END
Then you would filter either one and never have to update manually.
Thanks,
Johnf
4
Answers
-
@ccpincombe you can accomplish this by writing a beastmode formula and then filtering on the formula.
Example
CASE
WHEN TableDate > CURDATE() THEN 'Greater'
WHEN TableDate < CURDATE() THEN 'Less'
END
Then you would filter either one and never have to update manually.
Thanks,
Johnf
4 -
John,
Great suggestion! Definitely worked.
Would love if it didn't require a beast mode and were able to choose this as a filter option!
2
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 473 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 478 Datasets
- 209 Visualize
- 257 Beast Mode
- 2.1K Charting
- 12 Variables
- 18 Automate
- 355 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 183 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive