Using Date in Face or Shape Chart Type
Hi, I want to create a chart where, if a report is unfinished and the due date is more than 3 weeks away from the current date, it appears green. If the due date is exactly 3 weeks from the current date, it appears orange. If the due date has already passed, it appears red. However, I can only input numbers within a range, not actual dates. Do you know how I can accomplish this? Thanks!
Answers
-
You can use DATEDIFF to count the number of days and then use the range options in the card configuration something like this:
MIN(CASE WHEN `Report Status` = 'unfinished' THEN DATEDIFF(CURDATE(),`Due Date`) END)
0 -
Hello @ggenovese, thank you. When you said 'card configuration,' were you referring to this chart property? Because it only accepts numbers.
0 -
Hi @giannzi - DATEDIFF() returns the number of days between two dates.
Example: MIN(DATEDIFF(`Due Date`, CURRENT_DATE()))
If today is 03/13/2025 and the due date is 04/04/2025 it will return 21
You can then use your ranges to provide the color rules. For example, the face card only allows 3 ranges and you don't have to provide a MAX for Green :
hope that helps!
0
Categories
- All Categories
- Product Ideas
- 2K Ideas Exchange
- Connect
- 1.3K Connectors
- 308 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 661 Datasets
- 117 SQL DataFlows
- 2.2K Magic ETL
- 821 Beast Mode
- Visualize
- 2.6K Charting
- 85 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 85 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 3 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 116 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 142 Governance & Security
- 10 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 115 Community Announcements
- 5K Archive