Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
SELECT tblSalesPerCustomer.[Customer Number], tblSalesPerCustomer.Year, tblSalesPerCustomer.ShippedValue, DSum("[ShippedValue]","tblSalesPerCustomer","[ShippedValue]>=" & [SumOfShippedValueEuro])/DSum("[ShippedValue]","tblSalesPerCustomer") AS CumPct
FROM tblSalesPerCustomer, qryParetoAnalysisSub;
SELECT tblAllCountries.Year, Sum(tblAllCountries.ShippedValueEuro) AS SumOfShippedValueEuro
FROM tblAllCountries
GROUP BY tblAllCountries.Year;
SELECT tblSalesPerCustomer.[Customer Number], tblSalesPerCustomer.Year, tblSalesPerCustomer.ShippedValue, DSum("[ShippedValue]","tblSalesPerCustomer","[ShippedValue]>=" & [SumOfShippedValueEuro])/CDbl(DSum("[ShippedValue]","tblSalesPerCustomer")) AS CumPct
FROM tblSalesPerCustomer, qryParetoAnalysisSub;
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.