How can I get my graph to display in intervals? Like 30-60 days, 60-90 days, etc?
Best Answer
-
You can do custom beast modes to create your bins.
Something like:
CASE
WHEN `days` >= 0 and `days` <= 30 THEN '0-30 Days'
WHEN `days` > 30 and `days` <= 60 THEN '30-60 Days'
WHEN `days` > 60 and `days` <= 90 THEN '60-90 Days'
WHEN `days` > 90 THEN '90+ Days'
END
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Answers
-
You can do custom beast modes to create your bins.
Something like:
CASE
WHEN `days` >= 0 and `days` <= 30 THEN '0-30 Days'
WHEN `days` > 30 and `days` <= 60 THEN '30-60 Days'
WHEN `days` > 60 and `days` <= 90 THEN '60-90 Days'
WHEN `days` > 90 THEN '90+ Days'
END
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Thanks
1
This discussion has been closed.
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 966 Connectors
- 254 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 75 SQL DataFlows
- 499 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 360 Beast Mode
- 19 Variables
- 481 Automate
- 101 Apps
- 376 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive