Division of Values
Hello Domo Ninjas - I'm trying to get a new value from a dataset, where I'm dividing 1 column by another. Its a strange way of measuring how much Sales is adding on Services to Product deals.
- I'm getting errors both in Beast Mode, when I try MOD(
ProdSales
,SvcsSales
) - And in DataFlows when I add a Calculator, attach it to the Dataset give a new column name, select the calculation type Division, select the 2 columns, and finally drag an output DataSet, name and save. When I run it, I get an error {{ ::getInvalidText(datasource) }}
Any advice would be great...I'm stuck
Thx,
Rich
Best Answers
-
Hi @major_ace if you are looking for a simple division, try this beast mode:
sum(`ProdSales`)/sum(`SvcsSales`)
2 -
Is your data clean? Meaning do you have values for all of your rows of data and are those values all in number format? That error message might indicate that Domo is trying to run a calculation on a text field.
If the data is clean, you could try
MOD(sum(`ProdSales`),sum(`SvcsSales`))
0
Answers
-
Hi @major_ace if you are looking for a simple division, try this beast mode:
sum(`ProdSales`)/sum(`SvcsSales`)
2 -
Is your data clean? Meaning do you have values for all of your rows of data and are those values all in number format? That error message might indicate that Domo is trying to run a calculation on a text field.
If the data is clean, you could try
MOD(sum(`ProdSales`),sum(`SvcsSales`))
0 -
No, some rows were discounted to 0 and some have no value, where the Product was sold with either a discount to 0 or no Services were sold at all.
0 -
Thank you both! I went with the un-nested version @MichelleH posted, and it worked great! For some reason, my earlier attempts at nesting were throwing errors.
0 -
@major_ace - the MOD() function is not the same as dividing two values. But, as long as you have the output you are looking for.
4
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
- 659 Datasets
- 116 SQL DataFlows
- 2.2K Magic ETL
- 815 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 82 App Studio
- 45 Variables
- 776 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 82 Workflows
- 23 Code Engine
- 40 AI and Machine Learning
- 20 AI Chat
- 1 AI Playground
- 1 AI Projects and Models
- 18 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 144 Manage
- 140 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