Is there a way I can display blanks when a value is zero
I am displaying some financial information in a table card. In a few columns of numeric, most of the values are 0. In Excel, I can display them as "-" (w/o the quotes) which makes it very clear that the value is zero and makes the sheet easier to read. Does Domo have a similar option?
Best Answer
-
Hi,
I think there is no straightforward way of doing that.
You case use the following beast mode in each column, but you will lose DOMO's native ability to format numbers...
Here is the Beast Mode Anyway:
CASE WHEN `Your_Numeric_Field`=0 THEN '-' ELSE CONCAT(`Your_Numeric_Field`,'') END
Hope this helps.
Ricardo Granada
MajorDomo@Lusiaves
**If the post solves your problem, mark it by clicking on "Accept as Solution"
**You can say "Thank you" by clicking the thumbs up in the post that helped you.0
Answers
-
Hi,
I think there is no straightforward way of doing that.
You case use the following beast mode in each column, but you will lose DOMO's native ability to format numbers...
Here is the Beast Mode Anyway:
CASE WHEN `Your_Numeric_Field`=0 THEN '-' ELSE CONCAT(`Your_Numeric_Field`,'') END
Hope this helps.
Ricardo Granada
MajorDomo@Lusiaves
**If the post solves your problem, mark it by clicking on "Accept as Solution"
**You can say "Thank you" by clicking the thumbs up in the post that helped you.0 -
Thanks. Works for some of my cases (where I am not totalling).
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
- 657 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 815 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 81 App Studio
- 45 Variables
- 775 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 81 Workflows
- 23 Code Engine
- 40 AI and Machine Learning
- 20 AI Chat
- 1 AI Playground
- 1 AI Projects and Models
- 18 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 144 Manage
- 140 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