I’m trying to create a query in Access that’ll give me a list of items with sales volume and sales share (market share).
To illustrate my challenge we can use a very simplified table that consists of PRODUCT and SALES VOLUME.
Example Table:
PRODUCT SALES VOLUME
Product A 40
Product B 25
Product C 20
Product D 50
Product E 35
Product F 30
It’s easy of course to get the sales volume, but I’m not sure how to create a query that’ll also list the product’s sales share. I’m not even sure if it’s possible with SQL/Access to do so. For example, I would like to list PRODUCT A and PRODUCT C with SALES VOLUME and a third field presenting the sales share for each of those two products. The result I'm trying to creat would be:
PRODUCT SALES VOLUME SALES SHARE
Product A 40 20%
Product C 20 10%
Can you please help me to create a query that’ll give me such a result?
I’m extremely thankful for all help – thanks!
Jokkis
To illustrate my challenge we can use a very simplified table that consists of PRODUCT and SALES VOLUME.
Example Table:
PRODUCT SALES VOLUME
Product A 40
Product B 25
Product C 20
Product D 50
Product E 35
Product F 30
It’s easy of course to get the sales volume, but I’m not sure how to create a query that’ll also list the product’s sales share. I’m not even sure if it’s possible with SQL/Access to do so. For example, I would like to list PRODUCT A and PRODUCT C with SALES VOLUME and a third field presenting the sales share for each of those two products. The result I'm trying to creat would be:
PRODUCT SALES VOLUME SALES SHARE
Product A 40 20%
Product C 20 10%
Can you please help me to create a query that’ll give me such a result?
I’m extremely thankful for all help – thanks!
Jokkis