Beast Mode Calculation Help
I'm working with data that was imported from an Excel spreadhsheet. This is a spreadsheet that will be pulled, then updated every month in Domo. I need to run a calculation that I was able to figure out in Excel, but would like to replicate in Domo. I could make the argument that I could just do that calculation every month when I pull the data, but I'd much rather have it in Domo so it is automated.
Here is the Excel formula: =IF(D2="TWITTER",N2*0.5,IF(D2="FACEBOOK",N2*0.5,IF(D2="LINKEDIN",N2*3)))
The formula is basicaly saying if column 'D' is pupluated with the name of one of three social media platforms, then multiply the value in column 'N' by a specific value related to that platform. I've spent more time in Beast Mode than I care to admit trying to figure this out, and would apprechiate any help.
Best Answer
-
Is this what you're looking for?
(CASE
WHEN `Social` = 'Twitter' THEN `Value` * 0.5
WHEN `Social` = 'Facebook' THEN `Value` * 0.5
WHEN `Social` = 'LinkedIn' THEN `Value` * 3.0
END)In this case "Social" = your "Column D" and "Value" = your "Column N"
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**1
Answers
-
Is this what you're looking for?
(CASE
WHEN `Social` = 'Twitter' THEN `Value` * 0.5
WHEN `Social` = 'Facebook' THEN `Value` * 0.5
WHEN `Social` = 'LinkedIn' THEN `Value` * 3.0
END)In this case "Social" = your "Column D" and "Value" = your "Column N"
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**1 -
Thank you. I was so close. The THEN was where my mistake was.
2
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