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
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 101 SQL DataFlows
- 622 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 747 Beast Mode
- 59 App Studio
- 41 Variables
- 686 Automate
- 176 Apps
- 453 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 395 Distribute
- 113 Domo Everywhere
- 276 Scheduled Reports
- 6 Software Integrations
- 125 Manage
- 122 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive