Make blanks 0s in Sumo pivot

In excel there is an option you can set on pivot tables to display 0 for null fields. Is there a simialr setting in Domo for Sumo charts?
Best Answer
-
I dont think there is an option in the pivot card to display zero if the value is null.
If your Product name does not change that much, you should be able to replicate the sumo card using table card. Use the [Created At] in the first column of the card and for the rest use a beast mode to do calculation for the product.
Here is the ex:
Option 1 : IFNULL(SUM(CASE WHEN Product = 'Altalink B8075' THEN 1 END),0)
OR
Option 2:
SUM(CASE WHEN Product = 'Altalink B8075' THEN 1 ELSE 0 END)
You can use the same logic for rest of the product name. As I said, Its not feasible if your product name changes or new one gets added frequently. But, If it relatively stays the same then this works fine. I have used for many reporting and it works like a charm.
Hope it helps!
1
Answers
-
Most likely in Excel you could do that, though I don't know how. In Domo you could use the isnull function in a beastmode.
IFNULL
Used in logical statements in which you want to specify a replacement for null values.
IFNULL('Values',0)
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**0 -
I dont think there is an option in the pivot card to display zero if the value is null.
If your Product name does not change that much, you should be able to replicate the sumo card using table card. Use the [Created At] in the first column of the card and for the rest use a beast mode to do calculation for the product.
Here is the ex:
Option 1 : IFNULL(SUM(CASE WHEN Product = 'Altalink B8075' THEN 1 END),0)
OR
Option 2:
SUM(CASE WHEN Product = 'Altalink B8075' THEN 1 ELSE 0 END)
You can use the same logic for rest of the product name. As I said, Its not feasible if your product name changes or new one gets added frequently. But, If it relatively stays the same then this works fine. I have used for many reporting and it works like a charm.
Hope it helps!
1 -
Thank you very much for the help
0 -
Great. Glad to Help!
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 811 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 80 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive