Suming Invoice Amount with Specific Criteria
I have a table with data that looks like the sample data below. I would like to be able to sum the total invoice amount on a per job # level and be able to attribute it to the Firm designated as the "Original" for that job #.
As an example the Sum of invoices for job #1 would be 200 and it would be attributed to "Test Firm 1"
How can I do that in beastmode or is it something I need to do in a dataflow?
0
Comments
-
Hi,
Is anyone able to help out with this request?
Thanks,0 -
Can I ask, does this data come directly from another source or is it stored in excel (CSV, etc) somewhere you could manipulate it prior to reaching DOMO?
0 -
In a mySQL dataflow you could use the following:
select `job #`, `firm`, sum(`invoice amount`)
from tablename
group by `job #`, `firm`
-----------------
Chris0
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 602 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 695 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 386 Distribute
- 111 Domo Everywhere
- 269 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 8 Domo University
- 30 Product Releases
- Community Forums
- 39 Getting Started
- 29 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive