% 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 -
@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 -
Thanks !
0
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 202 Visualize
- 255 Beast Mode
- 2.1K Charting
- 12 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 180 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive