I have a problem I cant work I have a list of products all with a total sales value
What I want to do is write a query that will combine any 2 products by adding there totals together and then compare that value to the total sum of all products to get a % value of the combo sum over the total sum.
Only listing those combinations where the % is above a certain value!
Does that make any sense to any one.
Eg.
Product A = £10,000
Product B = £15,000
Product C = £12,000
Product D = £11,000
Total Of all = £48,000
Product A + Product B = £25,000
£25,000 / £48,000 = 52%
Say my target was 50 % I would want the query to return the Combination of these 2 Products. Whereas the combination of say Product C and Product D which would be 48% would not be returned.
Hope someone can help e thanks,
jj
What I want to do is write a query that will combine any 2 products by adding there totals together and then compare that value to the total sum of all products to get a % value of the combo sum over the total sum.
Only listing those combinations where the % is above a certain value!
Does that make any sense to any one.
Eg.
Product A = £10,000
Product B = £15,000
Product C = £12,000
Product D = £11,000
Total Of all = £48,000
Product A + Product B = £25,000
£25,000 / £48,000 = 52%
Say my target was 50 % I would want the query to return the Combination of these 2 Products. Whereas the combination of say Product C and Product D which would be 48% would not be returned.
Hope someone can help e thanks,
jj