Changing 0 for null or blank value then filtering those out
We need help trying to change 0 values to null and filtering those values out of the view. We currently have the beastmode caluclation set to the following. We trying to change the ELSE 0 END to ELSE ' ' END or ELSE NULL END but since the field is a measure it does not allow us to input text.
(CASE WHEN(SUM(CASE WHEN `vendor name` = 'XX' THEN `revenue_decimal` ELSE 0 END) / SUM(`revenue_decimal`))>0 THEN (SUM(CASE WHEN `vendor name` = 'XX' THEN `revenue_decimal` ELSE 0 END) / SUM(`revenue_decimal`))END)
Any help would be appreciated!
Best Answer
-
With a case statment, any values not included in the WHEN clauses are set to NULL by default if there is no ELSE included.
Example:
CASE WHEN `Vendor` = 'XX' THEN 'decimal' END
By removing the ELSE, the above would result in only the XX vendor having a `decimal` value while all others are viewed as NULL.
If this isn't what you're looking for, please let me know and I'll try to give some more direction.
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the thumbs up if this post helped you.1
Answers
-
With a case statment, any values not included in the WHEN clauses are set to NULL by default if there is no ELSE included.
Example:
CASE WHEN `Vendor` = 'XX' THEN 'decimal' END
By removing the ELSE, the above would result in only the XX vendor having a `decimal` value while all others are viewed as NULL.
If this isn't what you're looking for, please let me know and I'll try to give some more direction.
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the thumbs up if this post helped you.1 -
Thank you that worked!
0
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.3K Connect
- 1.1K Connectors
- 273 Workbench
- 2 Cloud Amplifier
- 3 Federated
- 2.7K Transform
- 78 SQL DataFlows
- 525 Datasets
- 2.1K Magic ETL
- 2.9K Visualize
- 2.2K Charting
- 434 Beast Mode
- 22 Variables
- 511 Automate
- 114 Apps
- 389 APIs & Domo Developer
- 8 Workflows
- 26 Predict
- 10 Jupyter Workspaces
- 16 R & Python Tiles
- 332 Distribute
- 77 Domo Everywhere
- 255 Scheduled Reports
- 66 Manage
- 66 Governance & Security
- 1 Product Release Questions
- Community Forums
- 40 Getting Started
- 26 Community Member Introductions
- 68 Community Announcements
- 4.8K Archive