Case statement in beast mode
Hi,
I have five columns in the dataset named Product1, Product2, Product3, Product4, and Product5.
I want to find out how many products have been sold in 1 transaction. All columns have value 'Y' and 'N'.
To find out the combinations of 2 products bundle, I am using:
(case when
(`Product1` = 'Y' and `Product2` = 'Y') or
(`Product1` = 'Y' and `Product3` = 'Y') or
(`Product1` = 'Y' and `Product4` = 'Y') or
(`Product1` = 'Y' and `Product5` = 'Y') or
(`Product2` = 'Y' and `Product3` = 'Y') or
(`Product2` = 'Y' and `Product4` = 'Y') or
(`Product2` = 'Y' and `Product5` = 'Y') or
(`Product3` = 'Y' and `Product4` = 'Y') or
(`Product3` = 'Y' and `Product5` = 'Y') or
(`Product4` = 'Y' and `Product5` = 'Y')
then 1
end
)
Then I am taking the count of that. The resulting number is more than what it should be.
Any help will be appreciated.
Thanks
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 202 Visualize
- 255 Beast Mode
- 2.1K Charting
- 12 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
- 181 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive