How to filter range of measure value for specific dimension
Best Answers
-
If you're wanting to remove rows where the product is computer or laptop and the value is between that range you could do something like this:
CASE WHEN `Product Name` IN ('Computer','Laptop) AND `Amount` >= -100 AND `Amount` <= 100 THEN 1 ELSE 0 END
If you use that beastmode as your filter value and set it = to 0 then you would only be looking at "non-yellow" rows.
Let me know if this isn't what you were trying to accomplish.
Sincerely,
ValiantSpur
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.1 -
Thank you for the prompt response. This worked. ?
0
Answers
-
If you're wanting to remove rows where the product is computer or laptop and the value is between that range you could do something like this:
CASE WHEN `Product Name` IN ('Computer','Laptop) AND `Amount` >= -100 AND `Amount` <= 100 THEN 1 ELSE 0 END
If you use that beastmode as your filter value and set it = to 0 then you would only be looking at "non-yellow" rows.
Let me know if this isn't what you were trying to accomplish.
Sincerely,
ValiantSpur
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.1 -
Thank you for the prompt response. This worked. ?
0
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 470 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 195 Visualize
- 253 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
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 175 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive