How do I filter zero's out of my card?
I've built a simple card that is pulling a Name and an Amount. But when I pull the amount into 'filter' and select 'not in: 0' and then save & close. All the zeros are still showing. Any advice? I've even created a beast mode calc.
(Case when `Amount` >= -1.49
AND `Amount` <= 1.49
THEN 0
ELSE `Amount`
END
)
So that any small amounts just show as 0 and then should be filtered out. But they're all still there.
0
Comments
-
What kind of card are you using? Would you mind sending a screenshot of the analyzer for the card?
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman1 -
Do you have any null values in your data? You might want to try:
(Case when ifnull(`Amount`,0) >= -1.49
AND ifnull(`Amount`,0) <= 1.49
THEN 0
ELSE `Amount`
END
)
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0
This discussion has been closed.
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 295 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 97 SQL DataFlows
- 608 Datasets
- 2.1K Magic ETL
- 3.8K Visualize
- 2.4K Charting
- 710 Beast Mode
- 50 App Studio
- 39 Variables
- 668 Automate
- 170 Apps
- 446 APIs & Domo Developer
- 45 Workflows
- 7 DomoAI
- 33 Predict
- 13 Jupyter Workspaces
- 20 R & Python Tiles
- 391 Distribute
- 111 Domo Everywhere
- 274 Scheduled Reports
- 6 Software Integrations
- 116 Manage
- 113 Governance & Security
- Domo Community Gallery
- 31 Product Releases
- 9 Domo University
- 5.3K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 103 Community Announcements
- 4.8K Archive