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
**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
**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
- 10.5K All Categories
- 6 Connect
- 916 Connectors
- 250 Workbench
- 463 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 189 Visualize
- 252 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 172 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive