% of Total Sales Column Add
Best Answer
-
@leonardschlemm , what @swagner gave you is called a window function. this is a common implementation in SQL which can be googled!
assuming you have cashiers on the axis, you should be getting that cashiers sales as a percent of total sales.
if you want that cashiers sales as a percent of store sales or some other subtotal method, add a partition by clause.
sum(sum(amount)) over (partition by `store`)
I have a couple videos on my channel on the topic.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1
Answers
-
Try this:
If the Sales beast mode is SUM(`Sales`), then the % of Sales beast mode would be:
SUM(`Sales`) / SUM(SUM(`Sales`)) OVER()
0 -
thanks for quick response. how would i reference the cashier in this function ? the cashier data line is a dimension
0 -
Thanks !
0
Categories
- 7.7K All Categories
- 5 Connect
- 921 Connectors
- 244 Workbench
- 479 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 49 Visualize
- 202 Beast Mode
- 2K Charting
- 8 Variables
- 1 Automate
- 348 APIs & Domo Developer
- 82 Apps
- Workflows
- 14 Predict
- 3 Jupyter Workspaces
- 11 R & Python Tiles
- 241 Distribute
- 59 Domo Everywhere
- 241 Scheduled Reports
- 15 Manage
- 36 Governance & Security
- 37 Product Ideas
- 1.1K Ideas Exchange
- 2 Community Forums
- 15 Getting Started
- 2 Community Member Introductions
- 50 Community News
- 18 Event Recordings
- 579 日本支部