How to set up a min/max equation in a Beast Mode?

ChrisGaffan
Member
in Beast Mode
I would like to setup a beast mode to calculate a fill % for contracted values, however I would not like it to show any values that went above 100%. I know in Excel it would be as easy as
=MIN(100,SUM())
How would I accomplish the same thing within Domo?
The two columns being run against each other are as seen below.
Total weight in lb's
/ Contract Weights
Tagged:
0
Best Answer
-
Hi @user058901 does this give you what you need?
case when
total weight in lb's
/Contract Weights
> 1 then 1 elsetotal weight in lb's
/Contract Weights
end0
Answers
-
Hi @user058901 does this give you what you need?
case when
total weight in lb's
/Contract Weights
> 1 then 1 elsetotal weight in lb's
/Contract Weights
end0 -
@MichelleH Yes, I just needed to add SUM before the equation and it worked perfectly. CASE
- CASE
- WHEN SUM(
Total weight in lb's
/Contract Weight
) > 1 then 1 - ELSE SUM(
Total weight in lb's
/Contract Weight
) - END
Thank You.
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive