Calculating Inventory Over Time
I am trying to compute inventory levels over time based on invoices. The invoices give me the relevant data of:
- Quantity coming in and date
- Quantity going out and date
In the Excel world, I would have just made a list of dates and done a SUMIFS function. What is the equivalent in the DOMO World? Thanks for your time!
Best Answer
-
I found a solution outside of using SQL. You just use a running total bar graph of the difference between in and out.
All the best!1
Answers
-
Hi,
Something in the line of the folllowing Beastmode should help you (if i uderstand your question).
SUM (CASE WHEN Quantity_Coming_In > 0 THEN Quantity_Coming_In
WHEN Quantity_Coming_Out > 0 THEN Quantity_Coming_Out * -1 END)
This could have to be adjusted to your data reality.
Say somethinh if you need more help.
Regards,
Ricardo Granada
**If the post solves your problem, mark it by clicking on "Accept as Solution"
**You can say "Thank you" by clicking the thumbs up in the post that helped you.0 -
That for some reason doesn't seem to capture beginning inventory in a relevant time period. Harkening back to the old accounting days:
Beginning Inventory
+ Additions
- Subtractions
------------------------
Ending Inventory
All the best!0 -
That is because you are just suming values from your invoices based on your card date filters.
You have to take the beginig inventory into account or do a reverse calc from the end inventory if you have.
I think this would be easier to do in a Dataflow.
Hope this helps
Ricardo Granada
**If the post solves your problem, mark it by clicking on "Accept as Solution"
**You can say "Thank you" by clicking the thumbs up in the post that helped you.0 -
I found a solution outside of using SQL. You just use a running total bar graph of the difference between in and out.
All the best!1
Categories
- 10.5K All Categories
- 3 Connect
- 913 Connectors
- 250 Workbench
- 458 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 182 Visualize
- 249 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 168 Product Ideas
- 1.2K Ideas Exchange
- 9 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive