Date question
Best Answer
-
Oh! You would drop this Beastmode into the filter location. You'd put the normal fields in the axis still.
1
Answers
-
This could be accomplished in a Beastmode. I'd use something like this:
CASE WHEN
`Date Field` (whatever your date field is called) > CURDATE()
THEN `Future` (or whatever you want to call this)
ELSE `Historical` (also called whatever you want)
END
You would just filter the card to "future" and the data would dynamically update for you. Beastmodes calculate on a view basis. So every time that you access it, this will render.
Let us know how that works for you. You can also check out the help center for future Beastmode help.
1 -
Tried the formula and this is the validation response:
Invalid Formula : A column in this calculation did not exist.1CASE WHEN
2`EstimatedCloseDate`>= CURDATE()
3THEN `Future`
4ELSE `Historical` END
50 -
Try using:
CASE WHEN `EstimatedCloseDate`> CURDATE()
THEN 'Future'
ELSE 'Historical'
END
The single quotes for Future and Historical instead of the backticks should fix it.
Let me know how that goes. Thanks.
1 -
Great, got it to work and display. It its accumulating all future amounts as one amount called Future. I would like it to show the future amounts per month instead. Do I need to create a beast mode for month?
0 -
Oh! You would drop this Beastmode into the filter location. You'd put the normal fields in the axis still.
1 -
Thank you. This was a big help.
1 -
Awesome!
Thank you again for participating in Dojo Day.
1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive