How to convert a Beast Mode with a CASE function in it into an aggregation?

Hello everyone,
Please, do you know how to convert a Beast Mode with a CASE function in it into an aggregation?
I have tried adding a SUM() before the CASE function, I have tried converting the CASE into a number using CONVERT() or CAST().
Thanks in advance!
Comments
-
what code are you writing?
SUM(CASE WHEN ... then AMOUNT END)
should work fine
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"2 -
This is the formula (I changed the names of measures and dimensions):
SUM(CASE
WHEN TRIM(`Car Model`)='Sport Car'
THEN AVG(`Probability of Accident in Decimals`)
ELSE 0
END)
I get the following error when I add the SUM function at the beginning: "An issue has occurred during processing. We are unable to complete the request at this time."
We pull the Probability of Accident in Decimals from Salesforce, we don't calculate it in Domo. Depending on the car model the probability of accident in decimals changes. What happens is that because Domo doesn't see the beast mode as an aggregation then the subtotals and totals are the sum of the average of the probabilities. I need to convert the beast mode to aggregation in order to select average instead of sum.
0 -
Hi @user030119
The error is occurring because there's an aggregate function (i.e. SUM) on top of an aggregate function (i.e. AVG), which isn't possible to process in a beast mode.
What could work is to set up AVG(`Probability of Accident in Decimals`) as a separate calculation before Analyzer (for example, as a calculated field in the ETL) and then write your formula using the newly created measure.
There's also the consideration of whether summing up averages is going to give you the right numbers to solve your business problem/situation.
8
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 813 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 81 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive