How do you remove some column data?

I have a column with true and false values for emails. I want to remove all the false values, but when I do, I lose the other columns (meetings and calls) in the table chart.
How do I remove just the false values, but have it not apply or filter out all the other data columns?
Best Answer
-
I'd suggest using a beastmode as a filter with 2 conditions:
- Is an email
- is false
That way, non-email rows that are false will remain. It would look something like this:
CASE WHEN `type` = 'email' AND `engagement_bodypreviewistruncated` = 'false' THEN 'out' ELSE 'in' END
Then drag the beastmode into the filter section in analyzer and select "In" as in.
If I solved your problem, please "accept" my answer as the solution
2
Answers
-
I'd suggest using a beastmode as a filter with 2 conditions:
- Is an email
- is false
That way, non-email rows that are false will remain. It would look something like this:
CASE WHEN `type` = 'email' AND `engagement_bodypreviewistruncated` = 'false' THEN 'out' ELSE 'in' END
Then drag the beastmode into the filter section in analyzer and select "In" as in.
If I solved your problem, please "accept" my answer as the solution
2
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 970 Connectors
- 259 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 502 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 379 Beast Mode
- 21 Variables
- 487 Automate
- 104 Apps
- 379 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 319 Distribute
- 67 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 64 Community Announcements
- 4.8K Archive