FILTERING VISUALS WITH MULTIPLE CRITERIA ON SAME NUMBER

I have a variance % measure in beast mode. I am trying to filter the chart to show me anything >= 15% OR < = -15% however when I try to apply filters to the chart in edit analyzer, I do not see a way to add in an or statement based on my measure. Is there a way to do this in Domo ?
I'm really hoping to avoid having to do another beast mode that takes the absolute value of my variance calc and using that as the filter criteria.
Best Answers
-
You could create a beastmode and use that as the filter. Something like this:
CASE WHEN `Variance` >= .15 OR `Variance` <= .15 THEN 'In' ELSE 'Out' ENDThen drag the beastmode field into your filter in card analyzer.
If I solved your problem, please select "yes" above
0 -
@calvert_schaefer The absolute value option is likely the simplest way to do what you're describing. You could also add a request to the Ideas Exchange to add a "Not Between" option to quick filters.
0
Answers
-
You could create a beastmode and use that as the filter. Something like this:
CASE WHEN `Variance` >= .15 OR `Variance` <= .15 THEN 'In' ELSE 'Out' ENDThen drag the beastmode field into your filter in card analyzer.
If I solved your problem, please select "yes" above
0 -
@calvert_schaefer The absolute value option is likely the simplest way to do what you're describing. You could also add a request to the Ideas Exchange to add a "Not Between" option to quick filters.
0
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.4K 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
- 437 Beast Mode
- 23 Variables
- 513 Automate
- 115 Apps
- 390 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